#C2836A

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

Shades of Burning Sand #C2836A

Tints of Burning Sand #C2836A

Color information

#C2836A (or 0xC2836A) is unknown color: approx Burning Sand. HEX triplet: C2, 83 and 6A. RGB value is (194,131,106). Sum of RGB (Red+Green+Blue) = 194+131+106=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2836A is #3D7C95. Grayscale: #939393. Windows color (decimal): -4029590 or 6980546. OLE color: 6980546.

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

Color convert

RGB194131106-
CMYK00.320.450.24
HSL17.05º41.9%58.82%-
HSV(B)17.05º45.36%76.08%-
XYZ32.9728.7417.45-
YUV146.99104.87161.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 131 (51.56% from 255) = 30.39%
BLUE value IS 106 (41.80% from 255) = 24.59%
R=45.01%
G=30.39%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413110600.320.450.2417.0541.958.82
HexC2836A0202D18112a3b
Octal3022031520405530215273
Binary1100001010000011110101001000001011011100010001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2836A; }

 p { color: rgb(194,131,106); }

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

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

 a { background-color: rgb(194,131,106); }

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

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

 span { border-color: rgb(194,131,106); }

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