#CB8861

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

Shades of Burning Sand #CB8861

Tints of Burning Sand #CB8861

Color information

#CB8861 (or 0xCB8861) is unknown color: approx Burning Sand. HEX triplet: CB, 88 and 61. RGB value is (203,136,97). Sum of RGB (Red+Green+Blue) = 203+136+97=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8861 is #34779E. Grayscale: #979797. Windows color (decimal): -3438495 or 6392011. OLE color: 6392011.

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

Color convert

RGB20313697-
CMYK00.330.520.20
HSL22.08º50.48%58.82%-
HSV(B)22.08º52.22%79.61%-
XYZ35.5931.1715.45-
YUV151.5997.2164.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=46.56%
G=31.19%
B=22.25%

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
Decimal2031369700.330.520.2022.0850.4858.82
HexCB8861021341416323b
Octal3132101410416424266273
Binary1100101110001000110000101000011101001010010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8861; }

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

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

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

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

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

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

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

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