Html Css Color HEX #C19994 Quicksand

📋 copy color: '#C19994'

red 193 ◦ green 153 ◦ blue 148

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

Shades of Quicksand #C19994

Tints of Quicksand #C19994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.97%

 BLUE value IS 148 (58.2% from 255) = 29.96%

R = 39.07%
G = 30.97%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C19994 (or 0xC19994) is known color: Quicksand. HEX triplet: C1, 99 and 94. RGB value is (193,153,148). Sum of RGB (Red+Green+Blue) = 193+153+148=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C19994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19994 is #3E666B. Grayscale: #A4A4A4. Windows color (decimal): -4089452 or 9738689. OLE color: 9738689.

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

Color convert

RGB 193 153 148 -
CMYK 0 0.21 0.23 0.24
HSL 6.67º 0.27% 0.67% -
HSV(B) 6.67º 0.23% 0.76% -
XYZ 38.73 36.26 32.97 -
YUV 164.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 193 153 148 0 0.21 0.23 0.24 6.67 0.27 0.67
Hex C1 99 94 0 15 17 18 7 1B 43
Octal 301 231 224 0 25 27 30 7 33 103
Binary 11000001 10011001 10010100 0 10101 10111 11000 111 11011 1000011

Color Harmonies of #C19994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19994

Black with #C19994

Text Example


Text Example

White with #C19994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19994; }

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

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

background-color css

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

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

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

border-color css

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

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

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