#CC896D

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

Shades of Burning Sand #CC896D

Tints of Burning Sand #CC896D

Color information

#CC896D (or 0xCC896D) is unknown color: approx Burning Sand. HEX triplet: CC, 89 and 6D. RGB value is (204,137,109). Sum of RGB (Red+Green+Blue) = 204+137+109=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC896D is #337692. Grayscale: #9A9A9A. Windows color (decimal): -3372691 or 7178700. OLE color: 7178700.

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

Color convert

RGB204137109-
CMYK00.330.470.2
HSL17.68º48.22%61.37%-
HSV(B)17.68º46.57%80%-
XYZ36.6131.8318.68-
YUV153.84102.7163.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 137 (53.91% from 255) = 30.44%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=45.33%
G=30.44%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413710900.330.470.217.6848.2261.37
HexCC896D0212F1412303d
Octal3142111550415724226075
Binary1100110010001001110110101000011011111010010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC896D; }

 p { color: rgb(204,137,109); }

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

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

 a { background-color: rgb(204,137,109); }

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

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

 span { border-color: rgb(204,137,109); }

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