Html Css Color HEX #C3A095 Quicksand

📋 copy color: '#C3A095'

red 195 ◦ green 160 ◦ blue 149

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

Shades of Quicksand #C3A095

Tints of Quicksand #C3A095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.75%

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 38.69%
G = 31.75%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C3A095 (or 0xC3A095) is known color: Quicksand. HEX triplet: C3, A0 and 95. RGB value is (195,160,149). Sum of RGB (Red+Green+Blue) = 195+160+149=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A095 is #3C5F6A. Grayscale: #A9A9A9. Windows color (decimal): -3956587 or 9806019. OLE color: 9806019.

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

Color convert

RGB 195 160 149 -
CMYK 0 0.18 0.24 0.24
HSL 14.35º 0.28% 0.67% -
HSV(B) 14.35º 0.24% 0.76% -
XYZ 40.5 38.91 33.81 -
YUV 169.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 195 160 149 0 0.18 0.24 0.24 14.35 0.28 0.67
Hex C3 A0 95 0 12 18 18 E 1C 43
Octal 303 240 225 0 22 30 30 16 34 103
Binary 11000011 10100000 10010101 0 10010 11000 11000 1110 11100 1000011

Color Harmonies of #C3A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A095

Black with #C3A095

Text Example


Text Example

White with #C3A095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A095; }

 p { color: rgb(195,160,149); }

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

background-color css

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

 a { background-color: rgb(195,160,149); }

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

border-color css

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

 span { border-color: rgb(195,160,149); }

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