Html Css Color HEX #C39D8C Quicksand

📋 copy color: '#C39D8C'

red 195 ◦ green 157 ◦ blue 140

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

Shades of Quicksand #C39D8C

Tints of Quicksand #C39D8C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.91%

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 39.63%
G = 31.91%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C39D8C (or 0xC39D8C) is known color: Quicksand. HEX triplet: C3, 9D and 8C. RGB value is (195,157,140). Sum of RGB (Red+Green+Blue) = 195+157+140=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39D8C is #3C6273. Grayscale: #A6A6A6. Windows color (decimal): -3957364 or 9215427. OLE color: 9215427.

HSL color Cylindrical-coordinate representation of color #C39D8C: hue angle of 18.55º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C39D8C is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 157 140 -
CMYK 0 0.19 0.28 0.24
HSL 18.55º 0.31% 0.66% -
HSV(B) 18.55º 0.28% 0.76% -
XYZ 39.3 37.61 30 -
YUV 166.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 195 157 140 0 0.19 0.28 0.24 18.55 0.31 0.66
Hex C3 9D 8C 0 13 1C 18 13 1F 42
Octal 303 235 214 0 23 34 30 23 37 102
Binary 11000011 10011101 10001100 0 10011 11100 11000 10011 11111 1000010

Color Harmonies of #C39D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39D8C

Black with #C39D8C

Text Example


Text Example

White with #C39D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39D8C; }

 p { color: rgb(195,157,140); }

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

background-color css

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

 a { background-color: rgb(195,157,140); }

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

border-color css

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

 span { border-color: rgb(195,157,140); }

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