Html Css Color HEX #C39385 Quicksand

📋 copy color: '#C39385'

red 195 ◦ green 147 ◦ blue 133

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

Shades of Quicksand #C39385

Tints of Quicksand #C39385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28%

R = 41.05%
G = 30.95%
B = 28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C39385 (or 0xC39385) is known color: Quicksand. HEX triplet: C3, 93 and 85. RGB value is (195,147,133). Sum of RGB (Red+Green+Blue) = 195+147+133=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C39385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39385 is #3C6C7A. Grayscale: #9F9F9F. Windows color (decimal): -3959931 or 8754115. OLE color: 8754115.

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

Color convert

RGB 195 147 133 -
CMYK 0 0.25 0.32 0.24
HSL 13.55º 0.34% 0.64% -
HSV(B) 13.55º 0.32% 0.76% -
XYZ 37.17 34.16 26.83 -
YUV 159.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 195 147 133 0 0.25 0.32 0.24 13.55 0.34 0.64
Hex C3 93 85 0 19 20 18 E 22 40
Octal 303 223 205 0 31 40 30 16 42 100
Binary 11000011 10010011 10000101 0 11001 100000 11000 1110 100010 1000000

Color Harmonies of #C39385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39385

Black with #C39385

Text Example


Text Example

White with #C39385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39385; }

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

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

background-color css

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

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

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

border-color css

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

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

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