#CB8260

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

Shades of Burning Sand #CB8260

Tints of Burning Sand #CB8260

Color information

#CB8260 (or 0xCB8260) is unknown color: approx Burning Sand. HEX triplet: CB, 82 and 60. RGB value is (203,130,96). Sum of RGB (Red+Green+Blue) = 203+130+96=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8260 is #347D9F. Grayscale: #949494. Windows color (decimal): -3440032 or 6324939. OLE color: 6324939.

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

Color convert

RGB20313096-
CMYK00.360.530.20
HSL19.07º50.71%58.63%-
HSV(B)19.07º52.71%79.61%-
XYZ34.7229.5114.93-
YUV147.9598.68167.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=47.32%
G=30.30%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031309600.360.530.2019.0750.7158.63
HexCB8260024351413333b
Octal3132021400446524236373
Binary1100101110000010110000001001001101011010010011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8260; }

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

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

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

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

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

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

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

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