Html Css Color HEX #C19E8A Quicksand

📋 copy color: '#C19E8A'

red 193 ◦ green 158 ◦ blue 138

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

Shades of Quicksand #C19E8A

Tints of Quicksand #C19E8A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.31%

 BLUE value IS 138 (54.3% from 255) = 28.22%

R = 39.47%
G = 32.31%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C19E8A (or 0xC19E8A) is known color: Quicksand. HEX triplet: C1, 9E and 8A. RGB value is (193,158,138). Sum of RGB (Red+Green+Blue) = 193+158+138=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19E8A is #3E6175. Grayscale: #A6A6A6. Windows color (decimal): -4088182 or 9084609. OLE color: 9084609.

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

Color convert

RGB 193 158 138 -
CMYK 0 0.18 0.28 0.24
HSL 21.82º 0.31% 0.65% -
HSV(B) 21.82º 0.28% 0.76% -
XYZ 38.81 37.63 29.26 -
YUV 166.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 193 158 138 0 0.18 0.28 0.24 21.82 0.31 0.65
Hex C1 9E 8A 0 12 1C 18 16 1F 41
Octal 301 236 212 0 22 34 30 26 37 101
Binary 11000001 10011110 10001010 0 10010 11100 11000 10110 11111 1000001

Color Harmonies of #C19E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19E8A

Black with #C19E8A

Text Example


Text Example

White with #C19E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19E8A; }

 p { color: rgb(193,158,138); }

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

background-color css

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

 a { background-color: rgb(193,158,138); }

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

border-color css

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

 span { border-color: rgb(193,158,138); }

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