#CC868D

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

Shades of Puce #CC868D

Tints of Puce #CC868D

Color information

#CC868D (or 0xCC868D) is unknown color: approx Puce. HEX triplet: CC, 86 and 8D. RGB value is (204,134,141). Sum of RGB (Red+Green+Blue) = 204+134+141=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC868D is #337972. Grayscale: #9B9B9B. Windows color (decimal): -3373427 or 9275084. OLE color: 9275084.

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

Color convert

RGB204134141-
CMYK00.340.310.2
HSL354º40.7%66.27%-
HSV(B)354º34.31%80%-
XYZ38.2331.8129.32-
YUV155.73119.69162.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=42.59%
G=27.97%
B=29.44%

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
Decimal20413414100.340.310.235440.766.27
HexCC868D0221F141622942
Octal314206215042372454251102
Binary110011001000011010001101010001011111101001011000101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC868D; }

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

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

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

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

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

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

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

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