#CB7E56

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

Shades of Burning Sand #CB7E56

Tints of Burning Sand #CB7E56

Color information

#CB7E56 (or 0xCB7E56) is unknown color: approx Burning Sand. HEX triplet: CB, 7E and 56. RGB value is (203,126,86). Sum of RGB (Red+Green+Blue) = 203+126+86=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E56 is #3481A9. Grayscale: #909090. Windows color (decimal): -3441066 or 5668555. OLE color: 5668555.

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

Color convert

RGB20312686-
CMYK00.380.580.20
HSL20.51º52.94%56.67%-
HSV(B)20.51º57.64%79.61%-
XYZ33.7728.2912.48-
YUV144.4695.01169.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.92%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 86 (33.98% from 255) = 20.72%
R=48.92%
G=30.36%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031268600.380.580.2020.5152.9456.67
HexCB7E560263A14153539
Octal3131761260467224256571
Binary110010111111110101011001001101110101010010101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7E56; }

 p { color: rgb(203,126,86); }

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

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

 a { background-color: rgb(203,126,86); }

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

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

 span { border-color: rgb(203,126,86); }

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