Html Css Color HEX #CC867D My Pink

📋 copy color: '#CC867D'

red 204 ◦ green 134 ◦ blue 125

#CC867D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of My Pink #CC867D

Tints of My Pink #CC867D

RGB

 RED value IS 204 (80.08% from 255) = 44.06%

 GREEN value IS 134 (52.73% from 255) = 28.94%

 BLUE value IS 125 (49.22% from 255) = 27%

R = 44.06%
G = 28.94%
B = 27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC867D (or 0xCC867D) is known color: My Pink. HEX triplet: CC, 86 and 7D. RGB value is (204,134,125). Sum of RGB (Red+Green+Blue) = 204+134+125=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC867D is #337982. Grayscale: #9A9A9A. Windows color (decimal): -3373443 or 8226508. OLE color: 8226508.

HSL color Cylindrical-coordinate representation of color #CC867D: hue angle of 6.84º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC867D is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 125 -
CMYK 0 0.34 0.39 0.2
HSL 6.84º 0.44% 0.65% -
HSV(B) 6.84º 0.39% 0.8% -
XYZ 37.13 31.37 23.5 -
YUV 153.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 204 134 125 0 0.34 0.39 0.2 6.84 0.44 0.65
Hex CC 86 7D 0 22 27 14 7 2C 41
Octal 314 206 175 0 42 47 24 7 54 101
Binary 11001100 10000110 1111101 0 100010 100111 10100 111 101100 1000001

Color Harmonies of #CC867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC867D

Black with #CC867D

Text Example


Text Example

White with #CC867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC867D; }

 p { color: rgb(204,134,125); }

 H1.HeaderClassName
 {
   color: #CC867D;
 }
 .AnyTagClassName
 {
   color: #CC867D;
 }
</style>

background-color css

<style>
 a { background-color: #CC867D; }

 a { background-color: rgb(204,134,125); }

 div.DivClassName
 {
   background-color: #CC867D;
 }
 .BgClassName
 {
   background-color: #CC867D;
 }
</style>

border-color css

<style>
 span { border-color: #CC867D; }

 span { border-color: rgb(204,134,125); }

 td.TdClassName
 {
   border-color: #CC867D;
 }
 .TagClassName
 {
   border-color: #CC867D;
 }
</style>