#CB8392

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

Shades of Puce #CB8392

Tints of Puce #CB8392

Color information

#CB8392 (or 0xCB8392) is unknown color: approx Puce. HEX triplet: CB, 83 and 92. RGB value is (203,131,146). Sum of RGB (Red+Green+Blue) = 203+131+146=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8392 is #347C6D. Grayscale: #9A9A9A. Windows color (decimal): -3439726 or 9601995. OLE color: 9601995.

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

Color convert

RGB203131146-
CMYK00.350.280.20
HSL347.5º40.91%65.49%-
HSV(B)347.5º35.47%79.61%-
XYZ37.933131.18-
YUV154.24123.35162.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 131 (51.56% from 255) = 27.29%
BLUE value IS 146 (57.42% from 255) = 30.42%
R=42.29%
G=27.29%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313114600.350.280.20347.540.9165.49
HexCB83920231C1415c2941
Octal313203222043342453451101
Binary110010111000001110010010010001111100101001010111001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8392; }

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

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

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

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

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

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

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

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