#CB868C

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

Shades of Puce #CB868C

Tints of Puce #CB868C

Color information

#CB868C (or 0xCB868C) is unknown color: approx Puce. HEX triplet: CB, 86 and 8C. RGB value is (203,134,140). Sum of RGB (Red+Green+Blue) = 203+134+140=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB868C is #347973. Grayscale: #9B9B9B. Windows color (decimal): -3438964 or 9209547. OLE color: 9209547.

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

Color convert

RGB203134140-
CMYK00.340.310.20
HSL354.78º39.88%66.08%-
HSV(B)354.78º33.99%79.61%-
XYZ37.8931.6428.92-
YUV155.32119.36162.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 134 (52.73% from 255) = 28.09%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=42.56%
G=28.09%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313414000.340.310.20354.7839.8866.08
HexCB868C0221F141632842
Octal313206214042372454350102
Binary110010111000011010001100010001011111101001011000111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB868C; }

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

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

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

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

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

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

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

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