#CC7A62

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

Shades of Burning Sand #CC7A62

Tints of Burning Sand #CC7A62

Color information

#CC7A62 (or 0xCC7A62) is unknown color: approx Burning Sand. HEX triplet: CC, 7A and 62. RGB value is (204,122,98). Sum of RGB (Red+Green+Blue) = 204+122+98=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A62 is #33859D. Grayscale: #8F8F8F. Windows color (decimal): -3376542 or 6453964. OLE color: 6453964.

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

Color convert

RGB20412298-
CMYK00.400.520.2
HSL13.58º50.96%59.22%-
HSV(B)13.58º51.96%80%-
XYZ34.0727.6415.09-
YUV143.78102.17170.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 98 (38.67% from 255) = 23.11%
R=48.11%
G=28.77%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041229800.400.520.213.5850.9659.22
HexCC7A620283414e333b
Octal3141721420506424166373
Binary11001100111101011000100101000110100101001110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A62; }

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

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

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

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

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

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

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

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