Html Css Color HEX #CC8795 Puce

📋 copy color: '#CC8795'

red 204 ◦ green 135 ◦ blue 149

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

Shades of Puce #CC8795

Tints of Puce #CC8795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.53%

R = 41.8%
G = 27.66%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC8795 (or 0xCC8795) is known color: Puce. HEX triplet: CC, 87 and 95. RGB value is (204,135,149). Sum of RGB (Red+Green+Blue) = 204+135+149=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8795 is #33786A. Grayscale: #9D9D9D. Windows color (decimal): -3373163 or 9799628. OLE color: 9799628.

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

Color convert

RGB 204 135 149 -
CMYK 0 0.34 0.27 0.2
HSL 347.83º 0.4% 0.66% -
HSV(B) 347.83º 0.34% 0.8% -
XYZ 38.99 32.34 32.62 -
YUV 157.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 204 135 149 0 0.34 0.27 0.2 347.83 0.4 0.66
Hex CC 87 95 0 22 1B 14 15C 28 42
Octal 314 207 225 0 42 33 24 534 50 102
Binary 11001100 10000111 10010101 0 100010 11011 10100 101011100 101000 1000010

Color Harmonies of #CC8795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8795

Black with #CC8795

Text Example


Text Example

White with #CC8795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8795; }

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

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

background-color css

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

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

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

border-color css

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

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

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