#CB805C

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

Shades of Burning Sand #CB805C

Tints of Burning Sand #CB805C

Color information

#CB805C (or 0xCB805C) is unknown color: approx Burning Sand. HEX triplet: CB, 80 and 5C. RGB value is (203,128,92). Sum of RGB (Red+Green+Blue) = 203+128+92=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB805C is #347FA3. Grayscale: #929292. Windows color (decimal): -3440548 or 6062283. OLE color: 6062283.

HSL color Cylindrical-coordinate representation of color #CB805C: hue angle of 19.46º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB805C is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20312892-
CMYK00.370.550.20
HSL19.46º51.63%57.84%-
HSV(B)19.46º54.68%79.61%-
XYZ34.2828.9113.9-
YUV146.3297.35168.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 92 (36.33% from 255) = 21.75%
R=47.99%
G=30.26%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031289200.370.550.2019.4651.6357.84
HexCB805C025371413343a
Octal3132001340456724236472
Binary1100101110000000101110001001011101111010010011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB805C; }

 p { color: rgb(203,128,92); }

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

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

 a { background-color: rgb(203,128,92); }

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

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

 span { border-color: rgb(203,128,92); }

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