#CB7E58

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

Shades of Burning Sand #CB7E58

Tints of Burning Sand #CB7E58

Color information

#CB7E58 (or 0xCB7E58) is unknown color: approx Burning Sand. HEX triplet: CB, 7E and 58. RGB value is (203,126,88). Sum of RGB (Red+Green+Blue) = 203+126+88=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E58 is #3481A7. Grayscale: #909090. Windows color (decimal): -3441064 or 5799627. OLE color: 5799627.

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

Color convert

RGB20312688-
CMYK00.380.570.20
HSL19.83º52.51%57.06%-
HSV(B)19.83º56.65%79.61%-
XYZ33.8528.3212.92-
YUV144.6996.01169.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.68%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 88 (34.77% from 255) = 21.10%
R=48.68%
G=30.22%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031268800.380.570.2019.8352.5157.06
HexCB7E580263914143539
Octal3131761300467124246571
Binary110010111111110101100001001101110011010010100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7E58; }

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

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

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

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

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

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

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

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