Html Css Color HEX #CC8687 Puce

📋 copy color: '#CC8687'

red 204 ◦ green 134 ◦ blue 135

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

Shades of Puce #CC8687

Tints of Puce #CC8687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.54%

R = 43.13%
G = 28.33%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC8687 (or 0xCC8687) is known color: Puce. HEX triplet: CC, 86 and 87. RGB value is (204,134,135). Sum of RGB (Red+Green+Blue) = 204+134+135=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8687 is #337978. Grayscale: #9B9B9B. Windows color (decimal): -3373433 or 8881868. OLE color: 8881868.

HSL color Cylindrical-coordinate representation of color #CC8687: hue angle of 359.14º degrees, saturation: 0.41, 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 #CC8687 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 135 -
CMYK 0 0.34 0.34 0.2
HSL 359.14º 0.41% 0.66% -
HSV(B) 359.14º 0.34% 0.8% -
XYZ 37.8 31.64 27.04 -
YUV 155.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 204 134 135 0 0.34 0.34 0.2 359.14 0.41 0.66
Hex CC 86 87 0 22 22 14 167 29 42
Octal 314 206 207 0 42 42 24 547 51 102
Binary 11001100 10000110 10000111 0 100010 100010 10100 101100111 101001 1000010

Color Harmonies of #CC8687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8687

Black with #CC8687

Text Example


Text Example

White with #CC8687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8687; }

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

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

background-color css

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

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

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

border-color css

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

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

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