#CC8065

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

Shades of Burning Sand #CC8065

Tints of Burning Sand #CC8065

Color information

#CC8065 (or 0xCC8065) is unknown color: approx Burning Sand. HEX triplet: CC, 80 and 65. RGB value is (204,128,101). Sum of RGB (Red+Green+Blue) = 204+128+101=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8065 is #337F9A. Grayscale: #939393. Windows color (decimal): -3375003 or 6652108. OLE color: 6652108.

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

Color convert

RGB204128101-
CMYK00.370.500.2
HSL15.73º50.24%59.8%-
HSV(B)15.73º50.49%80%-
XYZ34.9729.2216.11-
YUV147.65101.68168.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 101 (39.84% from 255) = 23.33%
R=47.11%
G=29.56%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412810100.370.500.215.7350.2459.8
HexCC8065025321410323c
Octal3142001450456224206274
Binary1100110010000000110010101001011100101010010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8065; }

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

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

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

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

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

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

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

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