Html Css Color HEX #C3825B Burning Sand

📋 copy color: '#C3825B'

red 195 ◦ green 130 ◦ blue 91

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

Shades of Burning Sand #C3825B

Tints of Burning Sand #C3825B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.88%

R = 46.88%
G = 31.25%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3825B (or 0xC3825B) is known color: Burning Sand. HEX triplet: C3, 82 and 5B. RGB value is (195,130,91). Sum of RGB (Red+Green+Blue) = 195+130+91=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3825B is #3C7DA4. Grayscale: #919191. Windows color (decimal): -3964325 or 5997251. OLE color: 5997251.

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

Color convert

RGB 195 130 91 -
CMYK 0 0.33 0.53 0.24
HSL 22.5º 0.46% 0.56% -
HSV(B) 22.5º 0.53% 0.76% -
XYZ 32.38 28.32 13.66 -
YUV 144.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 195 130 91 0 0.33 0.53 0.24 22.5 0.46 0.56
Hex C3 82 5B 0 21 35 18 16 2E 38
Octal 303 202 133 0 41 65 30 26 56 70
Binary 11000011 10000010 1011011 0 100001 110101 11000 10110 101110 111000

Color Harmonies of #C3825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3825B

Black with #C3825B

Text Example


Text Example

White with #C3825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3825B; }

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

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

background-color css

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

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

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

border-color css

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

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

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