#C2826C

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

Shades of Burning Sand #C2826C

Tints of Burning Sand #C2826C

Color information

#C2826C (or 0xC2826C) is unknown color: approx Burning Sand. HEX triplet: C2, 82 and 6C. RGB value is (194,130,108). Sum of RGB (Red+Green+Blue) = 194+130+108=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2826C is #3D7D93. Grayscale: #929292. Windows color (decimal): -4029844 or 7111362. OLE color: 7111362.

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

Color convert

RGB194130108-
CMYK00.330.440.24
HSL15.35º41.35%59.22%-
HSV(B)15.35º44.33%76.08%-
XYZ32.9428.5217.96-
YUV146.63106.2161.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 108 (42.58% from 255) = 25%
R=44.91%
G=30.09%
B=25%

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
Decimal19413010800.330.440.2415.3541.3559.22
HexC2826C0212C18f293b
Octal3022021540415430175173
Binary110000101000001011011000100001101100110001111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2826C; }

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

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

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

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

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

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

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

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