#CB7F5D

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

Shades of Burning Sand #CB7F5D

Tints of Burning Sand #CB7F5D

Color information

#CB7F5D (or 0xCB7F5D) is unknown color: approx Burning Sand. HEX triplet: CB, 7F and 5D. RGB value is (203,127,93). Sum of RGB (Red+Green+Blue) = 203+127+93=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F5D is #3480A2. Grayscale: #929292. Windows color (decimal): -3440803 or 6127563. OLE color: 6127563.

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

Color convert

RGB20312793-
CMYK00.370.540.20
HSL18.55º51.4%58.04%-
HSV(B)18.55º54.19%79.61%-
XYZ34.1928.6714.09-
YUV145.8598.18168.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 93 (36.72% from 255) = 21.99%
R=47.99%
G=30.02%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031279300.370.540.2018.5551.458.04
HexCB7F5D025361413333a
Octal3131771350456624236372
Binary110010111111111101110101001011101101010010011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7F5D; }

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

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

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

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

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

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

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

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