Html Css Color HEX #C19885 Quicksand

📋 copy color: '#C19885'

red 193 ◦ green 152 ◦ blue 133

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

Shades of Quicksand #C19885

Tints of Quicksand #C19885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.8%

 BLUE value IS 133 (52.34% from 255) = 27.82%

R = 40.38%
G = 31.8%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C19885 (or 0xC19885) is known color: Quicksand. HEX triplet: C1, 98 and 85. RGB value is (193,152,133). Sum of RGB (Red+Green+Blue) = 193+152+133=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C19885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19885 is #3E677A. Grayscale: #A2A2A2. Windows color (decimal): -4089723 or 8755393. OLE color: 8755393.

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

Color convert

RGB 193 152 133 -
CMYK 0 0.21 0.31 0.24
HSL 19º 0.33% 0.64% -
HSV(B) 19º 0.31% 0.76% -
XYZ 37.45 35.49 27.07 -
YUV 162.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 193 152 133 0 0.21 0.31 0.24 19 0.33 0.64
Hex C1 98 85 0 15 1F 18 13 21 40
Octal 301 230 205 0 25 37 30 23 41 100
Binary 11000001 10011000 10000101 0 10101 11111 11000 10011 100001 1000000

Color Harmonies of #C19885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19885

Black with #C19885

Text Example


Text Example

White with #C19885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19885; }

 p { color: rgb(193,152,133); }

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

background-color css

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

 a { background-color: rgb(193,152,133); }

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

border-color css

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

 span { border-color: rgb(193,152,133); }

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