Html Css Color HEX #C39386 Quicksand

📋 copy color: '#C39386'

red 195 ◦ green 147 ◦ blue 134

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

Shades of Quicksand #C39386

Tints of Quicksand #C39386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.88%

 BLUE value IS 134 (52.73% from 255) = 28.15%

R = 40.97%
G = 30.88%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C39386 (or 0xC39386) is known color: Quicksand. HEX triplet: C3, 93 and 86. RGB value is (195,147,134). Sum of RGB (Red+Green+Blue) = 195+147+134=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C39386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39386 is #3C6C79. Grayscale: #9F9F9F. Windows color (decimal): -3959930 or 8819651. OLE color: 8819651.

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

Color convert

RGB 195 147 134 -
CMYK 0 0.25 0.31 0.24
HSL 12.79º 0.34% 0.65% -
HSV(B) 12.79º 0.31% 0.76% -
XYZ 37.24 34.19 27.19 -
YUV 159.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 195 147 134 0 0.25 0.31 0.24 12.79 0.34 0.65
Hex C3 93 86 0 19 1F 18 D 22 41
Octal 303 223 206 0 31 37 30 15 42 101
Binary 11000011 10010011 10000110 0 11001 11111 11000 1101 100010 1000001

Color Harmonies of #C39386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39386

Black with #C39386

Text Example


Text Example

White with #C39386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39386; }

 p { color: rgb(195,147,134); }

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

background-color css

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

 a { background-color: rgb(195,147,134); }

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

border-color css

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

 span { border-color: rgb(195,147,134); }

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