#CB8862

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

Shades of Burning Sand #CB8862

Tints of Burning Sand #CB8862

Color information

#CB8862 (or 0xCB8862) is unknown color: approx Burning Sand. HEX triplet: CB, 88 and 62. RGB value is (203,136,98). Sum of RGB (Red+Green+Blue) = 203+136+98=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8862 is #34779D. Grayscale: #979797. Windows color (decimal): -3438494 or 6457547. OLE color: 6457547.

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

Color convert

RGB20313698-
CMYK00.330.520.20
HSL21.71º50.24%59.02%-
HSV(B)21.71º51.72%79.61%-
XYZ35.6431.1915.7-
YUV151.797.7164.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 98 (38.67% from 255) = 22.43%
R=46.45%
G=31.12%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031369800.330.520.2021.7150.2459.02
HexCB8862021341416323b
Octal3132101420416424266273
Binary1100101110001000110001001000011101001010010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8862; }

 p { color: rgb(203,136,98); }

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

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

 a { background-color: rgb(203,136,98); }

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

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

 span { border-color: rgb(203,136,98); }

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