#CC825E

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

Shades of Burning Sand #CC825E

Tints of Burning Sand #CC825E

Color information

#CC825E (or 0xCC825E) is unknown color: approx Burning Sand. HEX triplet: CC, 82 and 5E. RGB value is (204,130,94). Sum of RGB (Red+Green+Blue) = 204+130+94=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC825E is #337DA1. Grayscale: #949494. Windows color (decimal): -3374498 or 6193868. OLE color: 6193868.

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

Color convert

RGB20413094-
CMYK00.360.540.2
HSL19.64º51.89%58.43%-
HSV(B)19.64º53.92%80%-
XYZ34.929.6114.47-
YUV148.0297.52167.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.66%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 94 (37.11% from 255) = 21.96%
R=47.66%
G=30.37%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041309400.360.540.219.6451.8958.43
HexCC825E024361414343a
Octal3142021360446624246472
Binary1100110010000010101111001001001101101010010100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC825E; }

 p { color: rgb(204,130,94); }

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

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

 a { background-color: rgb(204,130,94); }

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

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

 span { border-color: rgb(204,130,94); }

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