#CB8660

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

Shades of Burning Sand #CB8660

Tints of Burning Sand #CB8660

Color information

#CB8660 (or 0xCB8660) is unknown color: approx Burning Sand. HEX triplet: CB, 86 and 60. RGB value is (203,134,96). Sum of RGB (Red+Green+Blue) = 203+134+96=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8660 is #34799F. Grayscale: #969696. Windows color (decimal): -3439008 or 6325963. OLE color: 6325963.

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

Color convert

RGB20313496-
CMYK00.340.530.20
HSL21.31º50.71%58.63%-
HSV(B)21.31º52.71%79.61%-
XYZ35.2730.5915.11-
YUV150.397.36165.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=46.88%
G=30.95%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031349600.340.530.2021.3150.7158.63
HexCB8660022351415333b
Octal3132061400426524256373
Binary1100101110000110110000001000101101011010010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8660; }

 p { color: rgb(203,134,96); }

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

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

 a { background-color: rgb(203,134,96); }

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

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

 span { border-color: rgb(203,134,96); }

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