Html Css Color HEX #C39483 Quicksand

📋 copy color: '#C39483'

red 195 ◦ green 148 ◦ blue 131

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

Shades of Quicksand #C39483

Tints of Quicksand #C39483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.22%

 BLUE value IS 131 (51.56% from 255) = 27.64%

R = 41.14%
G = 31.22%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C39483 (or 0xC39483) is known color: Quicksand. HEX triplet: C3, 94 and 83. RGB value is (195,148,131). Sum of RGB (Red+Green+Blue) = 195+148+131=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C39483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39483 is #3C6B7C. Grayscale: #A0A0A0. Windows color (decimal): -3959677 or 8623299. OLE color: 8623299.

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

Color convert

RGB 195 148 131 -
CMYK 0 0.24 0.33 0.24
HSL 15.94º 0.35% 0.64% -
HSV(B) 15.94º 0.33% 0.76% -
XYZ 37.19 34.42 26.16 -
YUV 160.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 195 148 131 0 0.24 0.33 0.24 15.94 0.35 0.64
Hex C3 94 83 0 18 21 18 10 23 40
Octal 303 224 203 0 30 41 30 20 43 100
Binary 11000011 10010100 10000011 0 11000 100001 11000 10000 100011 1000000

Color Harmonies of #C39483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39483

Black with #C39483

Text Example


Text Example

White with #C39483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39483; }

 p { color: rgb(195,148,131); }

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

background-color css

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

 a { background-color: rgb(195,148,131); }

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

border-color css

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

 span { border-color: rgb(195,148,131); }

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