Html Css Color HEX #C39384 Quicksand

📋 copy color: '#C39384'

red 195 ◦ green 147 ◦ blue 132

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

Shades of Quicksand #C39384

Tints of Quicksand #C39384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.85%

R = 41.14%
G = 31.01%
B = 27.85%

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

#C39384 (or 0xC39384) is known color: Quicksand. HEX triplet: C3, 93 and 84. RGB value is (195,147,132). Sum of RGB (Red+Green+Blue) = 195+147+132=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C39384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39384 is #3C6C7B. Grayscale: #9F9F9F. Windows color (decimal): -3959932 or 8688579. OLE color: 8688579.

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

Color convert

RGB 195 147 132 -
CMYK 0 0.25 0.32 0.24
HSL 14.29º 0.34% 0.64% -
HSV(B) 14.29º 0.32% 0.76% -
XYZ 37.1 34.14 26.46 -
YUV 159.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 195 147 132 0 0.25 0.32 0.24 14.29 0.34 0.64
Hex C3 93 84 0 19 20 18 E 22 40
Octal 303 223 204 0 31 40 30 16 42 100
Binary 11000011 10010011 10000100 0 11001 100000 11000 1110 100010 1000000

Color Harmonies of #C39384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39384

Black with #C39384

Text Example


Text Example

White with #C39384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39384; }

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

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

background-color css

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

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

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

border-color css

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

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

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