#CC825B

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

Shades of Burning Sand #CC825B

Tints of Burning Sand #CC825B

Color information

#CC825B (or 0xCC825B) is unknown color: approx Burning Sand. HEX triplet: CC, 82 and 5B. RGB value is (204,130,91). Sum of RGB (Red+Green+Blue) = 204+130+91=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC825B is #337DA4. Grayscale: #939393. Windows color (decimal): -3374501 or 5997260. OLE color: 5997260.

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

Color convert

RGB20413091-
CMYK00.360.550.2
HSL20.71º52.56%57.84%-
HSV(B)20.71º55.39%80%-
XYZ34.7729.5613.77-
YUV147.6896.02168.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 91 (35.94% from 255) = 21.41%
R=48%
G=30.59%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041309100.360.550.220.7152.5657.84
HexCC825B024371415353a
Octal3142021330446724256572
Binary1100110010000010101101101001001101111010010101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC825B; }

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

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

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

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

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

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

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

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