Html Css Color HEX #CC878C Puce

📋 copy color: '#CC878C'

red 204 ◦ green 135 ◦ blue 140

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

Shades of Puce #CC878C

Tints of Puce #CC878C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.18%

 BLUE value IS 140 (55.08% from 255) = 29.23%

R = 42.59%
G = 28.18%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC878C (or 0xCC878C) is known color: Puce. HEX triplet: CC, 87 and 8C. RGB value is (204,135,140). Sum of RGB (Red+Green+Blue) = 204+135+140=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC878C is #337873. Grayscale: #9C9C9C. Windows color (decimal): -3373172 or 9209804. OLE color: 9209804.

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

Color convert

RGB 204 135 140 -
CMYK 0 0.34 0.31 0.2
HSL 355.65º 0.4% 0.66% -
HSV(B) 355.65º 0.34% 0.8% -
XYZ 38.3 32.06 28.98 -
YUV 156.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 204 135 140 0 0.34 0.31 0.2 355.65 0.4 0.66
Hex CC 87 8C 0 22 1F 14 164 28 42
Octal 314 207 214 0 42 37 24 544 50 102
Binary 11001100 10000111 10001100 0 100010 11111 10100 101100100 101000 1000010

Color Harmonies of #CC878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC878C

Black with #CC878C

Text Example


Text Example

White with #CC878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC878C; }

 p { color: rgb(204,135,140); }

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

background-color css

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

 a { background-color: rgb(204,135,140); }

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

border-color css

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

 span { border-color: rgb(204,135,140); }

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