#CF7C5A

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

Shades of Burning Sand #CF7C5A

Tints of Burning Sand #CF7C5A

Color information

#CF7C5A (or 0xCF7C5A) is unknown color: approx Burning Sand. HEX triplet: CF, 7C and 5A. RGB value is (207,124,90). Sum of RGB (Red+Green+Blue) = 207+124+90=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7C5A is #3083A5. Grayscale: #919191. Windows color (decimal): -3179430 or 5930191. OLE color: 5930191.

HSL color Cylindrical-coordinate representation of color #CF7C5A: hue angle of 17.44º 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 #CF7C5A is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB20712490-
CMYK00.400.570.19
HSL17.44º54.93%58.24%-
HSV(B)17.44º56.52%81.18%-
XYZ34.7928.4213.32-
YUV144.9497172.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.17%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 90 (35.55% from 255) = 21.38%
R=49.17%
G=29.45%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071249000.400.570.1917.4454.9358.24
HexCF7C5A028391311373a
Octal3171741320507123216772
Binary110011111111100101101001010001110011001110001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7C5A; }

 p { color: rgb(207,124,90); }

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

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

 a { background-color: rgb(207,124,90); }

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

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

 span { border-color: rgb(207,124,90); }

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