#CC815F

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

Shades of Burning Sand #CC815F

Tints of Burning Sand #CC815F

Color information

#CC815F (or 0xCC815F) is unknown color: approx Burning Sand. HEX triplet: CC, 81 and 5F. RGB value is (204,129,95). Sum of RGB (Red+Green+Blue) = 204+129+95=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC815F is #337EA0. Grayscale: #939393. Windows color (decimal): -3374753 or 6259148. OLE color: 6259148.

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

Color convert

RGB20412995-
CMYK00.370.530.2
HSL18.72º51.66%58.63%-
HSV(B)18.72º53.43%80%-
XYZ34.8229.3614.66-
YUV147.5598.35168.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.66%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 95 (37.5% from 255) = 22.20%
R=47.66%
G=30.14%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041299500.370.530.218.7251.6658.63
HexCC815F025351413343b
Octal3142011370456524236473
Binary1100110010000001101111101001011101011010010011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC815F; }

 p { color: rgb(204,129,95); }

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

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

 a { background-color: rgb(204,129,95); }

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

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

 span { border-color: rgb(204,129,95); }

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