Html Css Color HEX #C3A292 Quicksand

📋 copy color: '#C3A292'

red 195 ◦ green 162 ◦ blue 146

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

Shades of Quicksand #C3A292

Tints of Quicksand #C3A292

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.21%

 BLUE value IS 146 (57.42% from 255) = 29.03%

R = 38.77%
G = 32.21%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C3A292 (or 0xC3A292) is known color: Quicksand. HEX triplet: C3, A2 and 92. RGB value is (195,162,146). Sum of RGB (Red+Green+Blue) = 195+162+146=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A292 is #3C5D6D. Grayscale: #AAAAAA. Windows color (decimal): -3956078 or 9609923. OLE color: 9609923.

HSL color Cylindrical-coordinate representation of color #C3A292: hue angle of 19.59º 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 #C3A292 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 162 146 -
CMYK 0 0.17 0.25 0.24
HSL 19.59º 0.29% 0.67% -
HSV(B) 19.59º 0.25% 0.76% -
XYZ 40.61 39.52 32.68 -
YUV 170.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 195 162 146 0 0.17 0.25 0.24 19.59 0.29 0.67
Hex C3 A2 92 0 11 19 18 14 1D 43
Octal 303 242 222 0 21 31 30 24 35 103
Binary 11000011 10100010 10010010 0 10001 11001 11000 10100 11101 1000011

Color Harmonies of #C3A292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A292

Black with #C3A292

Text Example


Text Example

White with #C3A292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A292; }

 p { color: rgb(195,162,146); }

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

background-color css

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

 a { background-color: rgb(195,162,146); }

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

border-color css

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

 span { border-color: rgb(195,162,146); }

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