Html Css Color HEX #C19484 Quicksand

📋 copy color: '#C19484'

red 193 ◦ green 148 ◦ blue 132

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

Shades of Quicksand #C19484

Tints of Quicksand #C19484

RGB

 RED value IS 193 (75.78% from 255) = 40.8%

 GREEN value IS 148 (58.2% from 255) = 31.29%

 BLUE value IS 132 (51.95% from 255) = 27.91%

R = 40.8%
G = 31.29%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C19484 (or 0xC19484) is known color: Quicksand. HEX triplet: C1, 94 and 84. RGB value is (193,148,132). Sum of RGB (Red+Green+Blue) = 193+148+132=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C19484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19484 is #3E6B7B. Grayscale: #9F9F9F. Windows color (decimal): -4090748 or 8688833. OLE color: 8688833.

HSL color Cylindrical-coordinate representation of color #C19484: hue angle of 15.74º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C19484 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 148 132 -
CMYK 0 0.23 0.32 0.24
HSL 15.74º 0.33% 0.64% -
HSV(B) 15.74º 0.32% 0.76% -
XYZ 36.75 34.18 26.49 -
YUV 159.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 193 148 132 0 0.23 0.32 0.24 15.74 0.33 0.64
Hex C1 94 84 0 17 20 18 10 21 40
Octal 301 224 204 0 27 40 30 20 41 100
Binary 11000001 10010100 10000100 0 10111 100000 11000 10000 100001 1000000

Color Harmonies of #C19484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19484

Black with #C19484

Text Example


Text Example

White with #C19484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19484; }

 p { color: rgb(193,148,132); }

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

background-color css

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

 a { background-color: rgb(193,148,132); }

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

border-color css

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

 span { border-color: rgb(193,148,132); }

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