#CF7E59

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

Shades of Burning Sand #CF7E59

Tints of Burning Sand #CF7E59

Color information

#CF7E59 (or 0xCF7E59) is unknown color: approx Burning Sand. HEX triplet: CF, 7E and 59. RGB value is (207,126,89). Sum of RGB (Red+Green+Blue) = 207+126+89=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E59 is #3081A6. Grayscale: #929292. Windows color (decimal): -3178919 or 5865167. OLE color: 5865167.

HSL color Cylindrical-coordinate representation of color #CF7E59: hue angle of 18.81º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF7E59 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB20712689-
CMYK00.390.570.19
HSL18.81º55.14%58.04%-
HSV(B)18.81º57%81.18%-
XYZ3528.9113.19-
YUV14695.84171.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.05%
GREEN value IS 126 (49.61% from 255) = 29.86%
BLUE value IS 89 (35.16% from 255) = 21.09%
R=49.05%
G=29.86%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071268900.390.570.1918.8155.1458.04
HexCF7E59027391313373a
Octal3171761310477123236772
Binary110011111111110101100101001111110011001110011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7E59; }

 p { color: rgb(207,126,89); }

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

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

 a { background-color: rgb(207,126,89); }

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

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

 span { border-color: rgb(207,126,89); }

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