Html Css Color HEX #CC8797 Puce

📋 copy color: '#CC8797'

red 204 ◦ green 135 ◦ blue 151

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

Shades of Puce #CC8797

Tints of Puce #CC8797

RGB

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

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

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

R = 41.63%
G = 27.55%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC8797 (or 0xCC8797) is known color: Puce. HEX triplet: CC, 87 and 97. RGB value is (204,135,151). Sum of RGB (Red+Green+Blue) = 204+135+151=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8797 is #337868. Grayscale: #9D9D9D. Windows color (decimal): -3373161 or 9930700. OLE color: 9930700.

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

Color convert

RGB 204 135 151 -
CMYK 0 0.34 0.26 0.2
HSL 346.09º 0.4% 0.66% -
HSV(B) 346.09º 0.34% 0.8% -
XYZ 39.15 32.4 33.47 -
YUV 157.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 204 135 151 0 0.34 0.26 0.2 346.09 0.4 0.66
Hex CC 87 97 0 22 1A 14 15A 28 42
Octal 314 207 227 0 42 32 24 532 50 102
Binary 11001100 10000111 10010111 0 100010 11010 10100 101011010 101000 1000010

Color Harmonies of #CC8797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8797

Black with #CC8797

Text Example


Text Example

White with #CC8797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8797; }

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

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

background-color css

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

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

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

border-color css

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

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

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