Html Css Color HEX #CC88A0 Puce

📋 copy color: '#CC88A0'

red 204 ◦ green 136 ◦ blue 160

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

Shades of Puce #CC88A0

Tints of Puce #CC88A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32%

R = 40.8%
G = 27.2%
B = 32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC88A0 (or 0xCC88A0) is known color: Puce. HEX triplet: CC, 88 and A0. RGB value is (204,136,160). Sum of RGB (Red+Green+Blue) = 204+136+160=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC88A0 is #33775F. Grayscale: #9F9F9F. Windows color (decimal): -3372896 or 10520780. OLE color: 10520780.

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

Color convert

RGB 204 136 160 -
CMYK 0 0.33 0.22 0.2
HSL 338.82º 0.4% 0.67% -
HSV(B) 338.82º 0.33% 0.8% -
XYZ 40.05 32.98 37.51 -
YUV 159.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 204 136 160 0 0.33 0.22 0.2 338.82 0.4 0.67
Hex CC 88 A0 0 21 16 14 153 28 43
Octal 314 210 240 0 41 26 24 523 50 103
Binary 11001100 10001000 10100000 0 100001 10110 10100 101010011 101000 1000011

Color Harmonies of #CC88A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC88A0

Black with #CC88A0

Text Example


Text Example

White with #CC88A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC88A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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