Html Css Color HEX #C09F97 Quicksand

📋 copy color: '#C09F97'

red 192 ◦ green 159 ◦ blue 151

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

Shades of Quicksand #C09F97

Tints of Quicksand #C09F97

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.67%

 BLUE value IS 151 (59.38% from 255) = 30.08%

R = 38.25%
G = 31.67%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C09F97 (or 0xC09F97) is known color: Quicksand. HEX triplet: C0, 9F and 97. RGB value is (192,159,151). Sum of RGB (Red+Green+Blue) = 192+159+151=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09F97 is #3F6068. Grayscale: #A8A8A8. Windows color (decimal): -4153449 or 9936832. OLE color: 9936832.

HSL color Cylindrical-coordinate representation of color #C09F97: hue angle of 11.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C09F97 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 159 151 -
CMYK 0 0.17 0.21 0.25
HSL 11.71º 0.25% 0.67% -
HSV(B) 11.71º 0.21% 0.75% -
XYZ 39.72 38.24 34.57 -
YUV 167.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 192 159 151 0 0.17 0.21 0.25 11.71 0.25 0.67
Hex C0 9F 97 0 11 15 19 C 19 43
Octal 300 237 227 0 21 25 31 14 31 103
Binary 11000000 10011111 10010111 0 10001 10101 11001 1100 11001 1000011

Color Harmonies of #C09F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F97

Black with #C09F97

Text Example


Text Example

White with #C09F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F97; }

 p { color: rgb(192,159,151); }

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

background-color css

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

 a { background-color: rgb(192,159,151); }

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

border-color css

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

 span { border-color: rgb(192,159,151); }

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