#CC865A

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

Shades of Burning Sand #CC865A

Tints of Burning Sand #CC865A

Color information

#CC865A (or 0xCC865A) is unknown color: approx Burning Sand. HEX triplet: CC, 86 and 5A. RGB value is (204,134,90). Sum of RGB (Red+Green+Blue) = 204+134+90=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC865A is #3379A5. Grayscale: #969696. Windows color (decimal): -3373478 or 5932748. OLE color: 5932748.

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

Color convert

RGB20413490-
CMYK00.340.560.2
HSL23.16º52.78%57.65%-
HSV(B)23.16º55.88%80%-
XYZ35.2730.6313.73-
YUV149.9194.19166.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.66%
GREEN value IS 134 (52.73% from 255) = 31.31%
BLUE value IS 90 (35.55% from 255) = 21.03%
R=47.66%
G=31.31%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041349000.340.560.223.1652.7857.65
HexCC865A022381417353a
Octal3142061320427024276572
Binary1100110010000110101101001000101110001010010111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC865A; }

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

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

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

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

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

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

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

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