#CB8560

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

Shades of Burning Sand #CB8560

Tints of Burning Sand #CB8560

Color information

#CB8560 (or 0xCB8560) is unknown color: approx Burning Sand. HEX triplet: CB, 85 and 60. RGB value is (203,133,96). Sum of RGB (Red+Green+Blue) = 203+133+96=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8560 is #347A9F. Grayscale: #959595. Windows color (decimal): -3439264 or 6325707. OLE color: 6325707.

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

Color convert

RGB20313396-
CMYK00.340.530.20
HSL20.75º50.71%58.63%-
HSV(B)20.75º52.71%79.61%-
XYZ35.1330.3215.07-
YUV149.7197.69166.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.99%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=46.99%
G=30.79%
B=22.22%

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
Decimal2031339600.340.530.2020.7550.7158.63
HexCB8560022351415333b
Octal3132051400426524256373
Binary1100101110000101110000001000101101011010010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8560; }

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

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

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

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

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

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

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

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