Html Css Color HEX #CC8899 Puce

📋 copy color: '#CC8899'

red 204 ◦ green 136 ◦ blue 153

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

Shades of Puce #CC8899

Tints of Puce #CC8899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.59%

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

R = 41.38%
G = 27.59%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC8899 (or 0xCC8899) is known color: Puce. HEX triplet: CC, 88 and 99. RGB value is (204,136,153). Sum of RGB (Red+Green+Blue) = 204+136+153=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8899 is #337766. Grayscale: #9E9E9E. Windows color (decimal): -3372903 or 10062028. OLE color: 10062028.

HSL color Cylindrical-coordinate representation of color #CC8899: hue angle of 345º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC8899 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 136 153 -
CMYK 0 0.33 0.25 0.2
HSL 345º 0.4% 0.67% -
HSV(B) 345º 0.33% 0.8% -
XYZ 39.46 32.75 34.38 -
YUV 158.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 204 136 153 0 0.33 0.25 0.2 345 0.4 0.67
Hex CC 88 99 0 21 19 14 159 28 43
Octal 314 210 231 0 41 31 24 531 50 103
Binary 11001100 10001000 10011001 0 100001 11001 10100 101011001 101000 1000011

Color Harmonies of #CC8899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8899

Black with #CC8899

Text Example


Text Example

White with #CC8899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8899; }

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

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

background-color css

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

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

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

border-color css

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

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

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