Html Css Color HEX #C09F96 Quicksand

📋 copy color: '#C09F96'

red 192 ◦ green 159 ◦ blue 150

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

Shades of Quicksand #C09F96

Tints of Quicksand #C09F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.94%

R = 38.32%
G = 31.74%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C09F96 (or 0xC09F96) is known color: Quicksand. HEX triplet: C0, 9F and 96. RGB value is (192,159,150). Sum of RGB (Red+Green+Blue) = 192+159+150=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09F96 is #3F6069. Grayscale: #A7A7A7. Windows color (decimal): -4153450 or 9871296. OLE color: 9871296.

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

Color convert

RGB 192 159 150 -
CMYK 0 0.17 0.22 0.25
HSL 12.86º 0.25% 0.67% -
HSV(B) 12.86º 0.22% 0.75% -
XYZ 39.64 38.2 34.14 -
YUV 167.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 192 159 150 0 0.17 0.22 0.25 12.86 0.25 0.67
Hex C0 9F 96 0 11 16 19 D 19 43
Octal 300 237 226 0 21 26 31 15 31 103
Binary 11000000 10011111 10010110 0 10001 10110 11001 1101 11001 1000011

Color Harmonies of #C09F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F96

Black with #C09F96

Text Example


Text Example

White with #C09F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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