Html Css Color HEX #C19989 Quicksand

📋 copy color: '#C19989'

red 193 ◦ green 153 ◦ blue 137

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

Shades of Quicksand #C19989

Tints of Quicksand #C19989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.36%

R = 39.96%
G = 31.68%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C19989 (or 0xC19989) is known color: Quicksand. HEX triplet: C1, 99 and 89. RGB value is (193,153,137). Sum of RGB (Red+Green+Blue) = 193+153+137=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C19989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19989 is #3E6676. Grayscale: #A3A3A3. Windows color (decimal): -4089463 or 9017793. OLE color: 9017793.

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

Color convert

RGB 193 153 137 -
CMYK 0 0.21 0.29 0.24
HSL 17.14º 0.31% 0.65% -
HSV(B) 17.14º 0.29% 0.76% -
XYZ 37.9 35.93 28.6 -
YUV 163.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 193 153 137 0 0.21 0.29 0.24 17.14 0.31 0.65
Hex C1 99 89 0 15 1D 18 11 1F 41
Octal 301 231 211 0 25 35 30 21 37 101
Binary 11000001 10011001 10001001 0 10101 11101 11000 10001 11111 1000001

Color Harmonies of #C19989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19989

Black with #C19989

Text Example


Text Example

White with #C19989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19989; }

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

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

background-color css

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

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

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

border-color css

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

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

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