Html Css Color HEX #C19489 Quicksand

📋 copy color: '#C19489'

red 193 ◦ green 148 ◦ blue 137

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

Shades of Quicksand #C19489

Tints of Quicksand #C19489

RGB

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

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

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

R = 40.38%
G = 30.96%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C19489 (or 0xC19489) is known color: Quicksand. HEX triplet: C1, 94 and 89. RGB value is (193,148,137). Sum of RGB (Red+Green+Blue) = 193+148+137=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C19489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19489 is #3E6B76. Grayscale: #A0A0A0. Windows color (decimal): -4090743 or 9016513. OLE color: 9016513.

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

Color convert

RGB 193 148 137 -
CMYK 0 0.23 0.29 0.24
HSL 11.79º 0.31% 0.65% -
HSV(B) 11.79º 0.29% 0.76% -
XYZ 37.1 34.32 28.34 -
YUV 160.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 193 148 137 0 0.23 0.29 0.24 11.79 0.31 0.65
Hex C1 94 89 0 17 1D 18 C 1F 41
Octal 301 224 211 0 27 35 30 14 37 101
Binary 11000001 10010100 10001001 0 10111 11101 11000 1100 11111 1000001

Color Harmonies of #C19489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19489

Black with #C19489

Text Example


Text Example

White with #C19489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19489; }

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

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

background-color css

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

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

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

border-color css

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

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

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