Html Css Color HEX #CC87A0 Puce

📋 copy color: '#CC87A0'

red 204 ◦ green 135 ◦ blue 160

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

Shades of Puce #CC87A0

Tints of Puce #CC87A0

RGB

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

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

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

R = 40.88%
G = 27.05%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC87A0 (or 0xCC87A0) is known color: Puce. HEX triplet: CC, 87 and A0. RGB value is (204,135,160). Sum of RGB (Red+Green+Blue) = 204+135+160=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC87A0 is #33785F. Grayscale: #9E9E9E. Windows color (decimal): -3373152 or 10520524. OLE color: 10520524.

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

Color convert

RGB 204 135 160 -
CMYK 0 0.34 0.22 0.2
HSL 338.26º 0.4% 0.66% -
HSV(B) 338.26º 0.34% 0.8% -
XYZ 39.91 32.7 37.47 -
YUV 158.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 204 135 160 0 0.34 0.22 0.2 338.26 0.4 0.66
Hex CC 87 A0 0 22 16 14 152 28 42
Octal 314 207 240 0 42 26 24 522 50 102
Binary 11001100 10000111 10100000 0 100010 10110 10100 101010010 101000 1000010

Color Harmonies of #CC87A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC87A0

Black with #CC87A0

Text Example


Text Example

White with #CC87A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC87A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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