#CB839B

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

Shades of Puce #CB839B

Tints of Puce #CB839B

Color information

#CB839B (or 0xCB839B) is unknown color: approx Puce. HEX triplet: CB, 83 and 9B. RGB value is (203,131,155). Sum of RGB (Red+Green+Blue) = 203+131+155=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB839B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB839B is #347C64. Grayscale: #9B9B9B. Windows color (decimal): -3439717 or 10191819. OLE color: 10191819.

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

Color convert

RGB203131155-
CMYK00.350.240.20
HSL340º40.91%65.49%-
HSV(B)340º35.47%79.61%-
XYZ38.6631.335.01-
YUV155.26127.85162.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 155 (60.94% from 255) = 31.70%
R=41.51%
G=26.79%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313115500.350.240.2034040.9165.49
HexCB839B02318141542941
Octal313203233043302452451101
Binary110010111000001110011011010001111000101001010101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB839B; }

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

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

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

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

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

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

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

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