#CC7A65

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

Shades of Burning Sand #CC7A65

Tints of Burning Sand #CC7A65

Color information

#CC7A65 (or 0xCC7A65) is unknown color: approx Burning Sand. HEX triplet: CC, 7A and 65. RGB value is (204,122,101). Sum of RGB (Red+Green+Blue) = 204+122+101=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A65 is #33859A. Grayscale: #909090. Windows color (decimal): -3376539 or 6650572. OLE color: 6650572.

HSL color Cylindrical-coordinate representation of color #CC7A65: hue angle of 12.23º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7A65 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB204122101-
CMYK00.400.500.2
HSL12.23º50.24%59.8%-
HSV(B)12.23º50.49%80%-
XYZ34.2127.715.85-
YUV144.12103.67170.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 101 (39.84% from 255) = 23.65%
R=47.78%
G=28.57%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412210100.400.500.212.2350.2459.8
HexCC7A650283214c323c
Octal3141721450506224146274
Binary11001100111101011001010101000110010101001100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A65; }

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

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

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

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

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

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

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

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