#C2806B

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

Shades of Burning Sand #C2806B

Tints of Burning Sand #C2806B

Color information

#C2806B (or 0xC2806B) is unknown color: approx Burning Sand. HEX triplet: C2, 80 and 6B. RGB value is (194,128,107). Sum of RGB (Red+Green+Blue) = 194+128+107=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2806B is #3D7F94. Grayscale: #919191. Windows color (decimal): -4030357 or 7045314. OLE color: 7045314.

HSL color Cylindrical-coordinate representation of color #C2806B: hue angle of 14.48º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2806B is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB194128107-
CMYK00.340.450.24
HSL14.48º41.63%59.02%-
HSV(B)14.48º44.85%76.08%-
XYZ32.6227.9717.59-
YUV145.34106.37162.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 107 (42.19% from 255) = 24.94%
R=45.22%
G=29.84%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412810700.340.450.2414.4841.6359.02
HexC2806B0222D18e2a3b
Octal3022001530425530165273
Binary110000101000000011010110100010101101110001110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2806B; }

 p { color: rgb(194,128,107); }

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

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

 a { background-color: rgb(194,128,107); }

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

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

 span { border-color: rgb(194,128,107); }

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