#CC816D

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

Shades of Burning Sand #CC816D

Tints of Burning Sand #CC816D

Color information

#CC816D (or 0xCC816D) is unknown color: approx Burning Sand. HEX triplet: CC, 81 and 6D. RGB value is (204,129,109). Sum of RGB (Red+Green+Blue) = 204+129+109=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC816D is #337E92. Grayscale: #959595. Windows color (decimal): -3374739 or 7176652. OLE color: 7176652.

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

Color convert

RGB204129109-
CMYK00.370.470.2
HSL12.63º48.22%61.37%-
HSV(B)12.63º46.57%80%-
XYZ35.5129.6418.32-
YUV149.14105.35167.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 129 (50.78% from 255) = 29.19%
BLUE value IS 109 (42.97% from 255) = 24.66%
R=46.15%
G=29.19%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412910900.370.470.212.6348.2261.37
HexCC816D0252F14d303d
Octal3142011550455724156075
Binary110011001000000111011010100101101111101001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC816D; }

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

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

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

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

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

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

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

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