Html Css Color HEX #C3805D Burning Sand

📋 copy color: '#C3805D'

red 195 ◦ green 128 ◦ blue 93

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

Shades of Burning Sand #C3805D

Tints of Burning Sand #C3805D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.77%

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

R = 46.88%
G = 30.77%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3805D (or 0xC3805D) is known color: Burning Sand. HEX triplet: C3, 80 and 5D. RGB value is (195,128,93). Sum of RGB (Red+Green+Blue) = 195+128+93=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3805D is #3C7FA2. Grayscale: #909090. Windows color (decimal): -3964835 or 6127811. OLE color: 6127811.

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

Color convert

RGB 195 128 93 -
CMYK 0 0.34 0.52 0.24
HSL 20.59º 0.46% 0.56% -
HSV(B) 20.59º 0.52% 0.76% -
XYZ 32.2 27.83 14.03 -
YUV 144.04 99.2 164.35 -
System Red Green Blue C M Y K H S L
Decimal 195 128 93 0 0.34 0.52 0.24 20.59 0.46 0.56
Hex C3 80 5D 0 22 34 18 15 2E 38
Octal 303 200 135 0 42 64 30 25 56 70
Binary 11000011 10000000 1011101 0 100010 110100 11000 10101 101110 111000

Color Harmonies of #C3805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3805D

Black with #C3805D

Text Example


Text Example

White with #C3805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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