#CB7E62

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

Shades of Burning Sand #CB7E62

Tints of Burning Sand #CB7E62

Color information

#CB7E62 (or 0xCB7E62) is unknown color: approx Burning Sand. HEX triplet: CB, 7E and 62. RGB value is (203,126,98). Sum of RGB (Red+Green+Blue) = 203+126+98=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E62 is #34819D. Grayscale: #929292. Windows color (decimal): -3441054 or 6454987. OLE color: 6454987.

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

Color convert

RGB20312698-
CMYK00.380.520.20
HSL16º50.24%59.02%-
HSV(B)16º51.72%79.61%-
XYZ34.2928.515.25-
YUV145.83101.01168.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 126 (49.61% from 255) = 29.51%
BLUE value IS 98 (38.67% from 255) = 22.95%
R=47.54%
G=29.51%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031269800.380.520.201650.2459.02
HexCB7E62026341410323b
Octal3131761420466424206273
Binary110010111111110110001001001101101001010010000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7E62; }

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

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

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

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

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

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

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

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