#CC896A

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

Shades of Burning Sand #CC896A

Tints of Burning Sand #CC896A

Color information

#CC896A (or 0xCC896A) is unknown color: approx Burning Sand. HEX triplet: CC, 89 and 6A. RGB value is (204,137,106). Sum of RGB (Red+Green+Blue) = 204+137+106=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC896A is #337695. Grayscale: #999999. Windows color (decimal): -3372694 or 6982092. OLE color: 6982092.

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

Color convert

RGB204137106-
CMYK00.330.480.2
HSL18.98º49%60.78%-
HSV(B)18.98º48.04%80%-
XYZ36.4531.7717.85-
YUV153.5101.2164.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 106 (41.80% from 255) = 23.71%
R=45.64%
G=30.65%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413710600.330.480.218.984960.78
HexCC896A021301413313d
Octal3142111520416024236175
Binary1100110010001001110101001000011100001010010011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC896A; }

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

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

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

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

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

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

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

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