#C2826B

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

Shades of Burning Sand #C2826B

Tints of Burning Sand #C2826B

Color information

#C2826B (or 0xC2826B) is unknown color: approx Burning Sand. HEX triplet: C2, 82 and 6B. RGB value is (194,130,107). Sum of RGB (Red+Green+Blue) = 194+130+107=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2826B is #3D7D94. Grayscale: #929292. Windows color (decimal): -4029845 or 7045826. OLE color: 7045826.

HSL color Cylindrical-coordinate representation of color #C2826B: hue angle of 15.86º 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 #C2826B is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB194130107-
CMYK00.330.450.24
HSL15.86º41.63%59.02%-
HSV(B)15.86º44.85%76.08%-
XYZ32.8828.517.68-
YUV146.51105.7161.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 107 (42.19% from 255) = 24.83%
R=45.01%
G=30.16%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413010700.330.450.2415.8641.6359.02
HexC2826B0212D18102a3b
Octal3022021530415530205273
Binary1100001010000010110101101000011011011100010000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2826B; }

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

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

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

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

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

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

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

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