#CC8069

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

Shades of Burning Sand #CC8069

Tints of Burning Sand #CC8069

Color information

#CC8069 (or 0xCC8069) is unknown color: approx Burning Sand. HEX triplet: CC, 80 and 69. RGB value is (204,128,105). Sum of RGB (Red+Green+Blue) = 204+128+105=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8069 is #337F96. Grayscale: #949494. Windows color (decimal): -3374999 or 6914252. OLE color: 6914252.

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

Color convert

RGB204128105-
CMYK00.370.490.2
HSL13.94º49.25%60.59%-
HSV(B)13.94º48.53%80%-
XYZ35.1729.317.17-
YUV148.1103.68167.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.68%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=46.68%
G=29.29%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412810500.370.490.213.9449.2560.59
HexCC80690253114e313d
Octal3142001510456124166175
Binary110011001000000011010010100101110001101001110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8069; }

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

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

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

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

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

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

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

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