#CB838C

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

Shades of Puce #CB838C

Tints of Puce #CB838C

Color information

#CB838C (or 0xCB838C) is unknown color: approx Puce. HEX triplet: CB, 83 and 8C. RGB value is (203,131,140). Sum of RGB (Red+Green+Blue) = 203+131+140=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB838C is #347C73. Grayscale: #999999. Windows color (decimal): -3439732 or 9208779. OLE color: 9208779.

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

Color convert

RGB203131140-
CMYK00.350.310.20
HSL352.5º40.91%65.49%-
HSV(B)352.5º35.47%79.61%-
XYZ37.4830.8228.78-
YUV153.55120.35163.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 131 (51.56% from 255) = 27.64%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=42.83%
G=27.64%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313114000.350.310.20352.540.9165.49
HexCB838C0231F141602941
Octal313203214043372454051101
Binary110010111000001110001100010001111111101001011000001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB838C; }

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

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

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

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

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

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

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

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