#C3826A

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

Shades of Burning Sand #C3826A

Tints of Burning Sand #C3826A

Color information

#C3826A (or 0xC3826A) is unknown color: approx Burning Sand. HEX triplet: C3, 82 and 6A. RGB value is (195,130,106). Sum of RGB (Red+Green+Blue) = 195+130+106=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C3826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3826A is #3C7D95. Grayscale: #929292. Windows color (decimal): -3964310 or 6980291. OLE color: 6980291.

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

Color convert

RGB195130106-
CMYK00.330.460.24
HSL16.18º42.58%59.02%-
HSV(B)16.18º45.64%76.47%-
XYZ33.0928.6117.41-
YUV146.7105.03162.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 106 (41.80% from 255) = 24.59%
R=45.24%
G=30.16%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513010600.330.460.2416.1842.5859.02
HexC3826A0212E18102b3b
Octal3032021520415630205373
Binary1100001110000010110101001000011011101100010000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3826A; }

 p { color: rgb(195,130,106); }

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

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

 a { background-color: rgb(195,130,106); }

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

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

 span { border-color: rgb(195,130,106); }

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