#CB7E69

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

Shades of Burning Sand #CB7E69

Tints of Burning Sand #CB7E69

Color information

#CB7E69 (or 0xCB7E69) is unknown color: approx Burning Sand. HEX triplet: CB, 7E and 69. RGB value is (203,126,105). Sum of RGB (Red+Green+Blue) = 203+126+105=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E69 is #348196. Grayscale: #929292. Windows color (decimal): -3441047 or 6913739. OLE color: 6913739.

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

Color convert

RGB203126105-
CMYK00.380.480.20
HSL12.86º48.51%60.39%-
HSV(B)12.86º48.28%79.61%-
XYZ34.6428.6417.07-
YUV146.63104.51168.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 105 (41.41% from 255) = 24.19%
R=46.77%
G=29.03%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312610500.380.480.2012.8648.5160.39
HexCB7E690263014d313c
Octal3131761510466024156174
Binary11001011111111011010010100110110000101001101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7E69; }

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

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

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

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

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

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

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

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