Html Css Color HEX #C3A18F Quicksand

📋 copy color: '#C3A18F'

red 195 ◦ green 161 ◦ blue 143

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

Shades of Quicksand #C3A18F

Tints of Quicksand #C3A18F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.26%

 BLUE value IS 143 (56.25% from 255) = 28.66%

R = 39.08%
G = 32.26%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3A18F (or 0xC3A18F) is known color: Quicksand. HEX triplet: C3, A1 and 8F. RGB value is (195,161,143). Sum of RGB (Red+Green+Blue) = 195+161+143=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A18F is #3C5E70. Grayscale: #A9A9A9. Windows color (decimal): -3956337 or 9413059. OLE color: 9413059.

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

Color convert

RGB 195 161 143 -
CMYK 0 0.17 0.27 0.24
HSL 20.77º 0.3% 0.66% -
HSV(B) 20.77º 0.27% 0.76% -
XYZ 40.21 39.08 31.41 -
YUV 169.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 195 161 143 0 0.17 0.27 0.24 20.77 0.3 0.66
Hex C3 A1 8F 0 11 1B 18 15 1E 42
Octal 303 241 217 0 21 33 30 25 36 102
Binary 11000011 10100001 10001111 0 10001 11011 11000 10101 11110 1000010

Color Harmonies of #C3A18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A18F

Black with #C3A18F

Text Example


Text Example

White with #C3A18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A18F; }

 p { color: rgb(195,161,143); }

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

background-color css

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

 a { background-color: rgb(195,161,143); }

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

border-color css

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

 span { border-color: rgb(195,161,143); }

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