#CB839E

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

Shades of Puce #CB839E

Tints of Puce #CB839E

Color information

#CB839E (or 0xCB839E) is unknown color: approx Puce. HEX triplet: CB, 83 and 9E. RGB value is (203,131,158). Sum of RGB (Red+Green+Blue) = 203+131+158=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB839E is #347C61. Grayscale: #9B9B9B. Windows color (decimal): -3439714 or 10388427. OLE color: 10388427.

HSL color Cylindrical-coordinate representation of color #CB839E: hue angle of 337.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB839E is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB203131158-
CMYK00.350.220.20
HSL337.5º40.91%65.49%-
HSV(B)337.5º35.47%79.61%-
XYZ38.9231.436.36-
YUV155.61129.35161.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 158 (62.11% from 255) = 32.11%
R=41.26%
G=26.63%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313115800.350.220.20337.540.9165.49
HexCB839E02316141522941
Octal313203236043262452251101
Binary110010111000001110011110010001110110101001010100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB839E; }

 p { color: rgb(203,131,158); }

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

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

 a { background-color: rgb(203,131,158); }

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

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

 span { border-color: rgb(203,131,158); }

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