#CB855D

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

Shades of Burning Sand #CB855D

Tints of Burning Sand #CB855D

Color information

#CB855D (or 0xCB855D) is unknown color: approx Burning Sand. HEX triplet: CB, 85 and 5D. RGB value is (203,133,93). Sum of RGB (Red+Green+Blue) = 203+133+93=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB855D is #347AA2. Grayscale: #959595. Windows color (decimal): -3439267 or 6129099. OLE color: 6129099.

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

Color convert

RGB20313393-
CMYK00.340.540.20
HSL21.82º51.4%58.04%-
HSV(B)21.82º54.19%79.61%-
XYZ34.9930.2614.35-
YUV149.3796.19166.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=47.32%
G=31.00%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031339300.340.540.2021.8251.458.04
HexCB855D022361416333a
Octal3132051350426624266372
Binary1100101110000101101110101000101101101010010110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB855D; }

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

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

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

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

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

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

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

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