#CC816B

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

Shades of Burning Sand #CC816B

Tints of Burning Sand #CC816B

Color information

#CC816B (or 0xCC816B) is unknown color: approx Burning Sand. HEX triplet: CC, 81 and 6B. RGB value is (204,129,107). Sum of RGB (Red+Green+Blue) = 204+129+107=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC816B is #337E94. Grayscale: #959595. Windows color (decimal): -3374741 or 7045580. OLE color: 7045580.

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

Color convert

RGB204129107-
CMYK00.370.480.2
HSL13.61º48.74%60.98%-
HSV(B)13.61º47.55%80%-
XYZ35.4129.617.76-
YUV148.92104.35167.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 129 (50.78% from 255) = 29.32%
BLUE value IS 107 (42.19% from 255) = 24.32%
R=46.36%
G=29.32%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412910700.370.480.213.6148.7460.98
HexCC816B0253014e313d
Octal3142011530456024166175
Binary110011001000000111010110100101110000101001110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC816B; }

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

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

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

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

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

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

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

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