#CC7A6A

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

Shades of Burning Sand #CC7A6A

Tints of Burning Sand #CC7A6A

Color information

#CC7A6A (or 0xCC7A6A) is unknown color: approx Burning Sand. HEX triplet: CC, 7A and 6A. RGB value is (204,122,106). Sum of RGB (Red+Green+Blue) = 204+122+106=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A6A is #338595. Grayscale: #909090. Windows color (decimal): -3376534 or 6978252. OLE color: 6978252.

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

Color convert

RGB204122106-
CMYK00.400.480.2
HSL9.8º49%60.78%-
HSV(B)9.8º48.04%80%-
XYZ34.4627.817.18-
YUV144.69106.17170.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 122 (48.05% from 255) = 28.24%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=47.22%
G=28.24%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412210600.400.480.29.84960.78
HexCC7A6A0283014a313d
Octal3141721520506024126175
Binary11001100111101011010100101000110000101001010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A6A; }

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

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

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

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

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

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

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

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