#cc8660

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

Shades of Burning Sand #CC8660

Tints of Burning Sand #CC8660

Color information

#CC8660 (or 0xCC8660) is unknown color: approx Burning Sand. HEX triplet: CC, 86 and 60. RGB value is (204,134,96). Sum of RGB (Red+Green+Blue) = 204+134+96=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8660 is #33799F. Grayscale: #969696. Windows color (decimal): -3373472 or 6325964. OLE color: 6325964.

HSL color Cylindrical-coordinate representation of color #CC8660: hue angle of 21.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC8660 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB20413496-
CMYK00.340.530.2
HSL21.11º51.43%58.82%-
HSV(B)21.11º52.94%80%-
XYZ35.5430.7315.13-
YUV150.697.19166.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=47.00%
G=30.88%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041349600.340.530.221.1151.4358.82
HexCC8660022351415333b
Octal3142061400426524256373
Binary1100110010000110110000001000101101011010010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc8660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc8660; }

 p { color: rgb(204,134,96); }

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

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

 a { background-color: rgb(204,134,96); }

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

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

 span { border-color: rgb(204,134,96); }

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