Html Css Color HEX #C3825D Burning Sand

📋 copy color: '#C3825D'

red 195 ◦ green 130 ◦ blue 93

#C3825D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #C3825D

Tints of Burning Sand #C3825D

RGB

 RED value IS 195 (76.56% from 255) = 46.65%

 GREEN value IS 130 (51.17% from 255) = 31.1%

 BLUE value IS 93 (36.72% from 255) = 22.25%

R = 46.65%
G = 31.1%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3825D (or 0xC3825D) is known color: Burning Sand. HEX triplet: C3, 82 and 5D. RGB value is (195,130,93). Sum of RGB (Red+Green+Blue) = 195+130+93=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3825D is #3C7DA2. Grayscale: #919191. Windows color (decimal): -3964323 or 6128323. OLE color: 6128323.

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

Color convert

RGB 195 130 93 -
CMYK 0 0.33 0.52 0.24
HSL 21.76º 0.46% 0.56% -
HSV(B) 21.76º 0.52% 0.76% -
XYZ 32.46 28.36 14.12 -
YUV 145.22 98.53 163.51 -
System Red Green Blue C M Y K H S L
Decimal 195 130 93 0 0.33 0.52 0.24 21.76 0.46 0.56
Hex C3 82 5D 0 21 34 18 16 2E 38
Octal 303 202 135 0 41 64 30 26 56 70
Binary 11000011 10000010 1011101 0 100001 110100 11000 10110 101110 111000

Color Harmonies of #C3825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3825D

Black with #C3825D

Text Example


Text Example

White with #C3825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3825D; }

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

 H1.HeaderClassName
 {
   color: #C3825D;
 }
 .AnyTagClassName
 {
   color: #C3825D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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