#CB868D

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

Shades of Puce #CB868D

Tints of Puce #CB868D

Color information

#CB868D (or 0xCB868D) is unknown color: approx Puce. HEX triplet: CB, 86 and 8D. RGB value is (203,134,141). Sum of RGB (Red+Green+Blue) = 203+134+141=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB868D is #347972. Grayscale: #9B9B9B. Windows color (decimal): -3438963 or 9275083. OLE color: 9275083.

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

Color convert

RGB203134141-
CMYK00.340.310.20
HSL353.91º39.88%66.08%-
HSV(B)353.91º33.99%79.61%-
XYZ37.9631.6729.31-
YUV155.43119.86161.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 141 (55.47% from 255) = 29.50%
R=42.47%
G=28.03%
B=29.50%

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
Decimal20313414100.340.310.20353.9139.8866.08
HexCB868D0221F141622842
Octal313206215042372454250102
Binary110010111000011010001101010001011111101001011000101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB868D; }

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

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

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

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

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

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

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

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