Html Css Color HEX #C09E93 Quicksand

📋 copy color: '#C09E93'

red 192 ◦ green 158 ◦ blue 147

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

Shades of Quicksand #C09E93

Tints of Quicksand #C09E93

RGB

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

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

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

R = 38.63%
G = 31.79%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C09E93 (or 0xC09E93) is known color: Quicksand. HEX triplet: C0, 9E and 93. RGB value is (192,158,147). Sum of RGB (Red+Green+Blue) = 192+158+147=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09E93 is #3F616C. Grayscale: #A6A6A6. Windows color (decimal): -4153709 or 9674432. OLE color: 9674432.

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

Color convert

RGB 192 158 147 -
CMYK 0 0.18 0.23 0.25
HSL 14.67º 0.26% 0.66% -
HSV(B) 14.67º 0.23% 0.75% -
XYZ 39.23 37.77 32.83 -
YUV 166.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 192 158 147 0 0.18 0.23 0.25 14.67 0.26 0.66
Hex C0 9E 93 0 12 17 19 F 1A 42
Octal 300 236 223 0 22 27 31 17 32 102
Binary 11000000 10011110 10010011 0 10010 10111 11001 1111 11010 1000010

Color Harmonies of #C09E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E93

Black with #C09E93

Text Example


Text Example

White with #C09E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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