#C2826D

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

Shades of Burning Sand #C2826D

Tints of Burning Sand #C2826D

Color information

#C2826D (or 0xC2826D) is unknown color: approx Burning Sand. HEX triplet: C2, 82 and 6D. RGB value is (194,130,109). Sum of RGB (Red+Green+Blue) = 194+130+109=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2826D is #3D7D92. Grayscale: #929292. Windows color (decimal): -4029843 or 7176898. OLE color: 7176898.

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

Color convert

RGB194130109-
CMYK00.330.440.24
HSL14.82º41.06%59.41%-
HSV(B)14.82º43.81%76.08%-
XYZ32.9928.5418.24-
YUV146.74106.7161.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 130 (51.17% from 255) = 30.02%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=44.80%
G=30.02%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413010900.330.440.2414.8241.0659.41
HexC2826D0212C18f293b
Octal3022021550415430175173
Binary110000101000001011011010100001101100110001111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2826D; }

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

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

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

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

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

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

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

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