Html Css Color HEX #CC8791 Puce

📋 copy color: '#CC8791'

red 204 ◦ green 135 ◦ blue 145

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

Shades of Puce #CC8791

Tints of Puce #CC8791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.96%

R = 42.15%
G = 27.89%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC8791 (or 0xCC8791) is known color: Puce. HEX triplet: CC, 87 and 91. RGB value is (204,135,145). Sum of RGB (Red+Green+Blue) = 204+135+145=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8791 is #33786E. Grayscale: #9C9C9C. Windows color (decimal): -3373167 or 9537484. OLE color: 9537484.

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

Color convert

RGB 204 135 145 -
CMYK 0 0.34 0.29 0.2
HSL 351.3º 0.4% 0.66% -
HSV(B) 351.3º 0.34% 0.8% -
XYZ 38.68 32.21 30.97 -
YUV 156.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 204 135 145 0 0.34 0.29 0.2 351.3 0.4 0.66
Hex CC 87 91 0 22 1D 14 15F 28 42
Octal 314 207 221 0 42 35 24 537 50 102
Binary 11001100 10000111 10010001 0 100010 11101 10100 101011111 101000 1000010

Color Harmonies of #CC8791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8791

Black with #CC8791

Text Example


Text Example

White with #CC8791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8791; }

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

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

background-color css

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

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

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

border-color css

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

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

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