#CC7F5F

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

Shades of Burning Sand #CC7F5F

Tints of Burning Sand #CC7F5F

Color information

#CC7F5F (or 0xCC7F5F) is unknown color: approx Burning Sand. HEX triplet: CC, 7F and 5F. RGB value is (204,127,95). Sum of RGB (Red+Green+Blue) = 204+127+95=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7F5F is #3380A0. Grayscale: #929292. Windows color (decimal): -3375265 or 6258636. OLE color: 6258636.

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

Color convert

RGB20412795-
CMYK00.380.530.2
HSL17.61º51.66%58.63%-
HSV(B)17.61º53.43%80%-
XYZ34.5628.8414.57-
YUV146.3899.01169.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 95 (37.5% from 255) = 22.30%
R=47.89%
G=29.81%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041279500.380.530.217.6151.6658.63
HexCC7F5F026351412343b
Octal3141771370466524226473
Binary110011001111111101111101001101101011010010010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7F5F; }

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

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

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

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

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

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

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

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