Html Css Color HEX #C09E91 Quicksand

📋 copy color: '#C09E91'

red 192 ◦ green 158 ◦ blue 145

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

Shades of Quicksand #C09E91

Tints of Quicksand #C09E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.29%

R = 38.79%
G = 31.92%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C09E91 (or 0xC09E91) is known color: Quicksand. HEX triplet: C0, 9E and 91. RGB value is (192,158,145). Sum of RGB (Red+Green+Blue) = 192+158+145=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09E91 is #3F616E. Grayscale: #A6A6A6. Windows color (decimal): -4153711 or 9543360. OLE color: 9543360.

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

Color convert

RGB 192 158 145 -
CMYK 0 0.18 0.24 0.25
HSL 16.6º 0.27% 0.66% -
HSV(B) 16.6º 0.24% 0.75% -
XYZ 39.08 37.7 32.01 -
YUV 166.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 192 158 145 0 0.18 0.24 0.25 16.6 0.27 0.66
Hex C0 9E 91 0 12 18 19 11 1B 42
Octal 300 236 221 0 22 30 31 21 33 102
Binary 11000000 10011110 10010001 0 10010 11000 11001 10001 11011 1000010

Color Harmonies of #C09E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E91

Black with #C09E91

Text Example


Text Example

White with #C09E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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