Html Css Color HEX #C3805E Burning Sand

📋 copy color: '#C3805E'

red 195 ◦ green 128 ◦ blue 94

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

Shades of Burning Sand #C3805E

Tints of Burning Sand #C3805E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 46.76%
G = 30.7%
B = 22.54%

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

#C3805E (or 0xC3805E) is known color: Burning Sand. HEX triplet: C3, 80 and 5E. RGB value is (195,128,94). Sum of RGB (Red+Green+Blue) = 195+128+94=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3805E is #3C7FA1. Grayscale: #909090. Windows color (decimal): -3964834 or 6193347. OLE color: 6193347.

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

Color convert

RGB 195 128 94 -
CMYK 0 0.34 0.52 0.24
HSL 20.2º 0.46% 0.57% -
HSV(B) 20.2º 0.52% 0.76% -
XYZ 32.25 27.85 14.27 -
YUV 144.16 99.7 164.26 -
System Red Green Blue C M Y K H S L
Decimal 195 128 94 0 0.34 0.52 0.24 20.2 0.46 0.57
Hex C3 80 5E 0 22 34 18 14 2E 39
Octal 303 200 136 0 42 64 30 24 56 71
Binary 11000011 10000000 1011110 0 100010 110100 11000 10100 101110 111001

Color Harmonies of #C3805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3805E

Black with #C3805E

Text Example


Text Example

White with #C3805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3805E; }

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

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

background-color css

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

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

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

border-color css

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

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

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