#CB7C64

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

Shades of Burning Sand #CB7C64

Tints of Burning Sand #CB7C64

Color information

#CB7C64 (or 0xCB7C64) is unknown color: approx Burning Sand. HEX triplet: CB, 7C and 64. RGB value is (203,124,100). Sum of RGB (Red+Green+Blue) = 203+124+100=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C64 is #34839B. Grayscale: #919191. Windows color (decimal): -3441564 or 6585547. OLE color: 6585547.

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

Color convert

RGB203124100-
CMYK00.390.510.20
HSL13.98º49.76%59.41%-
HSV(B)13.98º50.74%79.61%-
XYZ34.1428.0315.67-
YUV144.88102.67169.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 100 (39.45% from 255) = 23.42%
R=47.54%
G=29.04%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312410000.390.510.2013.9849.7659.41
HexCB7C640273314e323b
Octal3131741440476324166273
Binary11001011111110011001000100111110011101001110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7C64; }

 p { color: rgb(203,124,100); }

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

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

 a { background-color: rgb(203,124,100); }

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

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

 span { border-color: rgb(203,124,100); }

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