Html Css Color HEX #CC8799 Puce

📋 copy color: '#CC8799'

red 204 ◦ green 135 ◦ blue 153

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

Shades of Puce #CC8799

Tints of Puce #CC8799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.1%

R = 41.46%
G = 27.44%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC8799 (or 0xCC8799) is known color: Puce. HEX triplet: CC, 87 and 99. RGB value is (204,135,153). Sum of RGB (Red+Green+Blue) = 204+135+153=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8799 is #337866. Grayscale: #9D9D9D. Windows color (decimal): -3373159 or 10061772. OLE color: 10061772.

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

Color convert

RGB 204 135 153 -
CMYK 0 0.34 0.25 0.2
HSL 344.35º 0.4% 0.66% -
HSV(B) 344.35º 0.34% 0.8% -
XYZ 39.32 32.47 34.33 -
YUV 157.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 204 135 153 0 0.34 0.25 0.2 344.35 0.4 0.66
Hex CC 87 99 0 22 19 14 158 28 42
Octal 314 207 231 0 42 31 24 530 50 102
Binary 11001100 10000111 10011001 0 100010 11001 10100 101011000 101000 1000010

Color Harmonies of #CC8799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8799

Black with #CC8799

Text Example


Text Example

White with #CC8799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8799; }

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

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

background-color css

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

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

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

border-color css

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

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

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