Html Css Color HEX #C09A93 Quicksand

📋 copy color: '#C09A93'

red 192 ◦ green 154 ◦ blue 147

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

Shades of Quicksand #C09A93

Tints of Quicksand #C09A93

RGB

 RED value IS 192 (75.39% from 255) = 38.95%

 GREEN value IS 154 (60.55% from 255) = 31.24%

 BLUE value IS 147 (57.81% from 255) = 29.82%

R = 38.95%
G = 31.24%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C09A93 (or 0xC09A93) is known color: Quicksand. HEX triplet: C0, 9A and 93. RGB value is (192,154,147). Sum of RGB (Red+Green+Blue) = 192+154+147=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09A93 is #3F656C. Grayscale: #A4A4A4. Windows color (decimal): -4154733 or 9673408. OLE color: 9673408.

HSL color Cylindrical-coordinate representation of color #C09A93: hue angle of 9.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09A93 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 154 147 -
CMYK 0 0.20 0.23 0.25
HSL 9.33º 0.26% 0.66% -
HSV(B) 9.33º 0.23% 0.75% -
XYZ 38.56 36.42 32.6 -
YUV 164.56 118.09 147.57 -
System Red Green Blue C M Y K H S L
Decimal 192 154 147 0 0.20 0.23 0.25 9.33 0.26 0.66
Hex C0 9A 93 0 14 17 19 9 1A 42
Octal 300 232 223 0 24 27 31 11 32 102
Binary 11000000 10011010 10010011 0 10100 10111 11001 1001 11010 1000010

Color Harmonies of #C09A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A93

Black with #C09A93

Text Example


Text Example

White with #C09A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A93; }

 p { color: rgb(192,154,147); }

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

background-color css

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

 a { background-color: rgb(192,154,147); }

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

border-color css

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

 span { border-color: rgb(192,154,147); }

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