#CC7F5E

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

Shades of Burning Sand #CC7F5E

Tints of Burning Sand #CC7F5E

Color information

#CC7F5E (or 0xCC7F5E) is unknown color: approx Burning Sand. HEX triplet: CC, 7F and 5E. RGB value is (204,127,94). Sum of RGB (Red+Green+Blue) = 204+127+94=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7F5E is #3380A1. Grayscale: #929292. Windows color (decimal): -3375266 or 6193100. OLE color: 6193100.

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

Color convert

RGB20412794-
CMYK00.380.540.2
HSL18º51.89%58.43%-
HSV(B)18º53.92%80%-
XYZ34.5128.8214.33-
YUV146.2698.51169.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=48%
G=29.88%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041279400.380.540.21851.8958.43
HexCC7F5E026361412343a
Octal3141771360466624226472
Binary110011001111111101111001001101101101010010010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7F5E; }

 p { color: rgb(204,127,94); }

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

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

 a { background-color: rgb(204,127,94); }

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

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

 span { border-color: rgb(204,127,94); }

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