#CF7E61

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

Shades of Burning Sand #CF7E61

Tints of Burning Sand #CF7E61

Color information

#CF7E61 (or 0xCF7E61) is unknown color: approx Burning Sand. HEX triplet: CF, 7E and 61. RGB value is (207,126,97). Sum of RGB (Red+Green+Blue) = 207+126+97=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E61 is #30819E. Grayscale: #939393. Windows color (decimal): -3178911 or 6389455. OLE color: 6389455.

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

Color convert

RGB20712697-
CMYK00.390.530.19
HSL15.82º53.4%59.61%-
HSV(B)15.82º53.14%81.18%-
XYZ35.3529.0515.05-
YUV146.9199.84170.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 126 (49.61% from 255) = 29.30%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=48.14%
G=29.30%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071269700.390.530.1915.8253.459.61
HexCF7E61027351310353c
Octal3171761410476523206574
Binary110011111111110110000101001111101011001110000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7E61; }

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

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

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

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

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

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

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

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