Html Css Color HEX #C09B96 Quicksand

📋 copy color: '#C09B96'

red 192 ◦ green 155 ◦ blue 150

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

Shades of Quicksand #C09B96

Tints of Quicksand #C09B96

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.19%

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

R = 38.63%
G = 31.19%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C09B96 (or 0xC09B96) is known color: Quicksand. HEX triplet: C0, 9B and 96. RGB value is (192,155,150). Sum of RGB (Red+Green+Blue) = 192+155+150=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09B96 is #3F6469. Grayscale: #A5A5A5. Windows color (decimal): -4154474 or 9870272. OLE color: 9870272.

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

Color convert

RGB 192 155 150 -
CMYK 0 0.19 0.22 0.25
HSL 7.14º 0.25% 0.67% -
HSV(B) 7.14º 0.22% 0.75% -
XYZ 38.96 36.85 33.91 -
YUV 165.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 192 155 150 0 0.19 0.22 0.25 7.14 0.25 0.67
Hex C0 9B 96 0 13 16 19 7 19 43
Octal 300 233 226 0 23 26 31 7 31 103
Binary 11000000 10011011 10010110 0 10011 10110 11001 111 11001 1000011

Color Harmonies of #C09B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B96

Black with #C09B96

Text Example


Text Example

White with #C09B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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