Html Css Color HEX #CC8789 Puce

📋 copy color: '#CC8789'

red 204 ◦ green 135 ◦ blue 137

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

Shades of Puce #CC8789

Tints of Puce #CC8789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.78%

R = 42.86%
G = 28.36%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC8789 (or 0xCC8789) is known color: Puce. HEX triplet: CC, 87 and 89. RGB value is (204,135,137). Sum of RGB (Red+Green+Blue) = 204+135+137=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8789 is #337876. Grayscale: #9B9B9B. Windows color (decimal): -3373175 or 9013196. OLE color: 9013196.

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

Color convert

RGB 204 135 137 -
CMYK 0 0.34 0.33 0.2
HSL 358.26º 0.4% 0.66% -
HSV(B) 358.26º 0.34% 0.8% -
XYZ 38.08 31.97 27.83 -
YUV 155.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 204 135 137 0 0.34 0.33 0.2 358.26 0.4 0.66
Hex CC 87 89 0 22 21 14 166 28 42
Octal 314 207 211 0 42 41 24 546 50 102
Binary 11001100 10000111 10001001 0 100010 100001 10100 101100110 101000 1000010

Color Harmonies of #CC8789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8789

Black with #CC8789

Text Example


Text Example

White with #CC8789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8789; }

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

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

background-color css

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

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

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

border-color css

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

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

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