Html Css Color HEX #CC8897 Puce

📋 copy color: '#CC8897'

red 204 ◦ green 136 ◦ blue 151

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

Shades of Puce #CC8897

Tints of Puce #CC8897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.7%

 BLUE value IS 151 (59.38% from 255) = 30.75%

R = 41.55%
G = 27.7%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC8897 (or 0xCC8897) is known color: Puce. HEX triplet: CC, 88 and 97. RGB value is (204,136,151). Sum of RGB (Red+Green+Blue) = 204+136+151=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8897 is #337768. Grayscale: #9E9E9E. Windows color (decimal): -3372905 or 9930956. OLE color: 9930956.

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

Color convert

RGB 204 136 151 -
CMYK 0 0.33 0.26 0.2
HSL 346.76º 0.4% 0.67% -
HSV(B) 346.76º 0.33% 0.8% -
XYZ 39.29 32.68 33.52 -
YUV 158.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 204 136 151 0 0.33 0.26 0.2 346.76 0.4 0.67
Hex CC 88 97 0 21 1A 14 15B 28 43
Octal 314 210 227 0 41 32 24 533 50 103
Binary 11001100 10001000 10010111 0 100001 11010 10100 101011011 101000 1000011

Color Harmonies of #CC8897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8897

Black with #CC8897

Text Example


Text Example

White with #CC8897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8897; }

 p { color: rgb(204,136,151); }

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

background-color css

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

 a { background-color: rgb(204,136,151); }

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

border-color css

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

 span { border-color: rgb(204,136,151); }

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