#CB859A

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

Shades of Puce #CB859A

Tints of Puce #CB859A

Color information

#CB859A (or 0xCB859A) is unknown color: approx Puce. HEX triplet: CB, 85 and 9A. RGB value is (203,133,154). Sum of RGB (Red+Green+Blue) = 203+133+154=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB859A is #347A65. Grayscale: #9C9C9C. Windows color (decimal): -3439206 or 10126795. OLE color: 10126795.

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

Color convert

RGB203133154-
CMYK00.340.240.20
HSL342º40.23%65.88%-
HSV(B)342º34.48%79.61%-
XYZ38.8531.834.66-
YUV156.32126.69161.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=41.43%
G=27.14%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313315400.340.240.2034240.2365.88
HexCB859A02218141562842
Octal313205232042302452650102
Binary110010111000010110011010010001011000101001010101101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB859A; }

 p { color: rgb(203,133,154); }

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

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

 a { background-color: rgb(203,133,154); }

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

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

 span { border-color: rgb(203,133,154); }

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