Html Css Color HEX #C39381 Quicksand

📋 copy color: '#C39381'

red 195 ◦ green 147 ◦ blue 129

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

Shades of Quicksand #C39381

Tints of Quicksand #C39381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.39%

R = 41.4%
G = 31.21%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C39381 (or 0xC39381) is known color: Quicksand. HEX triplet: C3, 93 and 81. RGB value is (195,147,129). Sum of RGB (Red+Green+Blue) = 195+147+129=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C39381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39381 is #3C6C7E. Grayscale: #9F9F9F. Windows color (decimal): -3959935 or 8491971. OLE color: 8491971.

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

Color convert

RGB 195 147 129 -
CMYK 0 0.25 0.34 0.24
HSL 16.36º 0.35% 0.64% -
HSV(B) 16.36º 0.34% 0.76% -
XYZ 36.9 34.05 25.4 -
YUV 159.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 195 147 129 0 0.25 0.34 0.24 16.36 0.35 0.64
Hex C3 93 81 0 19 22 18 10 23 40
Octal 303 223 201 0 31 42 30 20 43 100
Binary 11000011 10010011 10000001 0 11001 100010 11000 10000 100011 1000000

Color Harmonies of #C39381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39381

Black with #C39381

Text Example


Text Example

White with #C39381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39381; }

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

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

background-color css

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

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

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

border-color css

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

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

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