#CC7A69

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

Shades of Burning Sand #CC7A69

Tints of Burning Sand #CC7A69

Color information

#CC7A69 (or 0xCC7A69) is unknown color: approx Burning Sand. HEX triplet: CC, 7A and 69. RGB value is (204,122,105). Sum of RGB (Red+Green+Blue) = 204+122+105=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A69 is #338596. Grayscale: #909090. Windows color (decimal): -3376535 or 6912716. OLE color: 6912716.

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

Color convert

RGB204122105-
CMYK00.400.490.2
HSL10.3º49.25%60.59%-
HSV(B)10.3º48.53%80%-
XYZ34.4127.7816.91-
YUV144.58105.67170.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=47.33%
G=28.31%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412210500.400.490.210.349.2560.59
HexCC7A690283114a313d
Octal3141721510506124126175
Binary11001100111101011010010101000110001101001010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A69; }

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

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

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

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

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

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

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

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