#CC826D

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

Shades of Burning Sand #CC826D

Tints of Burning Sand #CC826D

Color information

#CC826D (or 0xCC826D) is unknown color: approx Burning Sand. HEX triplet: CC, 82 and 6D. RGB value is (204,130,109). Sum of RGB (Red+Green+Blue) = 204+130+109=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC826D is #337D92. Grayscale: #959595. Windows color (decimal): -3374483 or 7176908. OLE color: 7176908.

HSL color Cylindrical-coordinate representation of color #CC826D: hue angle of 13.26º 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 #CC826D is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB204130109-
CMYK00.360.470.2
HSL13.26º48.22%61.37%-
HSV(B)13.26º46.57%80%-
XYZ35.6429.9118.36-
YUV149.73105.02166.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 130 (51.17% from 255) = 29.35%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=46.05%
G=29.35%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413010900.360.470.213.2648.2261.37
HexCC826D0242F14d303d
Octal3142021550445724156075
Binary110011001000001011011010100100101111101001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC826D; }

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

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

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

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

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

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

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

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