Html Css Color HEX #C3A093 Quicksand

📋 copy color: '#C3A093'

red 195 ◦ green 160 ◦ blue 147

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

Shades of Quicksand #C3A093

Tints of Quicksand #C3A093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.28%

R = 38.84%
G = 31.87%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C3A093 (or 0xC3A093) is known color: Quicksand. HEX triplet: C3, A0 and 93. RGB value is (195,160,147). Sum of RGB (Red+Green+Blue) = 195+160+147=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A093 is #3C5F6C. Grayscale: #A9A9A9. Windows color (decimal): -3956589 or 9674947. OLE color: 9674947.

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

Color convert

RGB 195 160 147 -
CMYK 0 0.18 0.25 0.24
HSL 16.25º 0.29% 0.67% -
HSV(B) 16.25º 0.25% 0.76% -
XYZ 40.34 38.85 32.98 -
YUV 168.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 195 160 147 0 0.18 0.25 0.24 16.25 0.29 0.67
Hex C3 A0 93 0 12 19 18 10 1D 43
Octal 303 240 223 0 22 31 30 20 35 103
Binary 11000011 10100000 10010011 0 10010 11001 11000 10000 11101 1000011

Color Harmonies of #C3A093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A093

Black with #C3A093

Text Example


Text Example

White with #C3A093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A093; }

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

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

background-color css

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

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

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

border-color css

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

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

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