#CC868C

Color #CC868C Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #CC868C

Tints of Puce #CC868C

Color information

#CC868C (or 0xCC868C) is unknown color: approx Puce. HEX triplet: CC, 86 and 8C. RGB value is (204,134,140). Sum of RGB (Red+Green+Blue) = 204+134+140=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC868C is #337973. Grayscale: #9B9B9B. Windows color (decimal): -3373428 or 9209548. OLE color: 9209548.

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

Color convert

RGB204134140-
CMYK00.340.310.2
HSL354.86º40.7%66.27%-
HSV(B)354.86º34.31%80%-
XYZ38.1631.7828.93-
YUV155.61119.19162.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=42.68%
G=28.03%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413414000.340.310.2354.8640.766.27
HexCC868C0221F141632942
Octal314206214042372454351102
Binary110011001000011010001100010001011111101001011000111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC868C; }

 p { color: rgb(204,134,140); }

 H1.HeaderClassName
 {
   color: #CC868C;
 }
 .AnyTagClassName
 {
   color: #CC868C;
 }
</style>
background-color css

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

 a { background-color: rgb(204,134,140); }

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

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

 span { border-color: rgb(204,134,140); }

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