#C3825C

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

Shades of Burning Sand #C3825C

Tints of Burning Sand #C3825C

Color information

#C3825C (or 0xC3825C) is unknown color: approx Burning Sand. HEX triplet: C3, 82 and 5C. RGB value is (195,130,92). Sum of RGB (Red+Green+Blue) = 195+130+92=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3825C is #3C7DA3. Grayscale: #919191. Windows color (decimal): -3964324 or 6062787. OLE color: 6062787.

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

Color convert

RGB19513092-
CMYK00.330.530.24
HSL22.14º46.19%56.27%-
HSV(B)22.14º52.82%76.47%-
XYZ32.4228.3413.89-
YUV145.198.03163.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 92 (36.33% from 255) = 22.06%
R=46.76%
G=31.18%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951309200.330.530.2422.1446.1956.27
HexC3825C0213518162e38
Octal3032021340416530265670
Binary1100001110000010101110001000011101011100010110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3825C; }

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

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

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

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

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

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

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

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