#CC7F62

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

Shades of Burning Sand #CC7F62

Tints of Burning Sand #CC7F62

Color information

#CC7F62 (or 0xCC7F62) is unknown color: approx Burning Sand. HEX triplet: CC, 7F and 62. RGB value is (204,127,98). Sum of RGB (Red+Green+Blue) = 204+127+98=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7F62 is #33809D. Grayscale: #929292. Windows color (decimal): -3375262 or 6455244. OLE color: 6455244.

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

Color convert

RGB20412798-
CMYK00.380.520.2
HSL16.42º50.96%59.22%-
HSV(B)16.42º51.96%80%-
XYZ34.728.915.3-
YUV146.72100.51168.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=47.55%
G=29.60%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041279800.380.520.216.4250.9659.22
HexCC7F62026341410333b
Octal3141771420466424206373
Binary110011001111111110001001001101101001010010000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7F62; }

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

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

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

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

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

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

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

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