#CB869C

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

Shades of Puce #CB869C

Tints of Puce #CB869C

Color information

#CB869C (or 0xCB869C) is unknown color: approx Puce. HEX triplet: CB, 86 and 9C. RGB value is (203,134,156). Sum of RGB (Red+Green+Blue) = 203+134+156=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB869C is #347963. Grayscale: #9D9D9D. Windows color (decimal): -3438948 or 10258123. OLE color: 10258123.

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

Color convert

RGB203134156-
CMYK00.340.230.20
HSL340.87º39.88%66.08%-
HSV(B)340.87º33.99%79.61%-
XYZ39.1532.1535.59-
YUV157.14127.36160.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=41.18%
G=27.18%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313415600.340.230.20340.8739.8866.08
HexCB869C02217141552842
Octal313206234042272452550102
Binary110010111000011010011100010001010111101001010101011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB869C; }

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

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

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

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

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

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

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

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