Html Css Color HEX #C39380 Quicksand

📋 copy color: '#C39380'

red 195 ◦ green 147 ◦ blue 128

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

Shades of Quicksand #C39380

Tints of Quicksand #C39380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.23%

R = 41.49%
G = 31.28%
B = 27.23%

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

#C39380 (or 0xC39380) is known color: Quicksand. HEX triplet: C3, 93 and 80. RGB value is (195,147,128). Sum of RGB (Red+Green+Blue) = 195+147+128=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C39380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39380 is #3C6C7F. Grayscale: #9F9F9F. Windows color (decimal): -3959936 or 8426435. OLE color: 8426435.

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

Color convert

RGB 195 147 128 -
CMYK 0 0.25 0.34 0.24
HSL 17.01º 0.36% 0.63% -
HSV(B) 17.01º 0.34% 0.76% -
XYZ 36.84 34.03 25.05 -
YUV 159.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 195 147 128 0 0.25 0.34 0.24 17.01 0.36 0.63
Hex C3 93 80 0 19 22 18 11 24 3F
Octal 303 223 200 0 31 42 30 21 44 77
Binary 11000011 10010011 10000000 0 11001 100010 11000 10001 100100 111111

Color Harmonies of #C39380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39380

Black with #C39380

Text Example


Text Example

White with #C39380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39380; }

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

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

background-color css

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

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

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

border-color css

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

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

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