#CC868A

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

Shades of Puce #CC868A

Tints of Puce #CC868A

Color information

#CC868A (or 0xCC868A) is unknown color: approx Puce. HEX triplet: CC, 86 and 8A. RGB value is (204,134,138). Sum of RGB (Red+Green+Blue) = 204+134+138=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC868A is #337975. Grayscale: #9B9B9B. Windows color (decimal): -3373430 or 9078476. OLE color: 9078476.

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

Color convert

RGB204134138-
CMYK00.340.320.2
HSL356.57º40.7%66.27%-
HSV(B)356.57º34.31%80%-
XYZ38.0131.7228.16-
YUV155.39118.19162.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=42.86%
G=28.15%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413413800.340.320.2356.5740.766.27
HexCC868A02220141652942
Octal314206212042402454551102
Binary1100110010000110100010100100010100000101001011001011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC868A; }

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

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

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

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

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

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

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

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