Html Css Color HEX #C09C95 Quicksand

📋 copy color: '#C09C95'

red 192 ◦ green 156 ◦ blue 149

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

Shades of Quicksand #C09C95

Tints of Quicksand #C09C95

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.39%

 BLUE value IS 149 (58.59% from 255) = 29.98%

R = 38.63%
G = 31.39%
B = 29.98%

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

#C09C95 (or 0xC09C95) is known color: Quicksand. HEX triplet: C0, 9C and 95. RGB value is (192,156,149). Sum of RGB (Red+Green+Blue) = 192+156+149=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09C95 is #3F636A. Grayscale: #A6A6A6. Windows color (decimal): -4154219 or 9804992. OLE color: 9804992.

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

Color convert

RGB 192 156 149 -
CMYK 0 0.19 0.22 0.25
HSL 9.77º 0.25% 0.67% -
HSV(B) 9.77º 0.22% 0.75% -
XYZ 39.05 37.15 33.55 -
YUV 165.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 192 156 149 0 0.19 0.22 0.25 9.77 0.25 0.67
Hex C0 9C 95 0 13 16 19 A 19 43
Octal 300 234 225 0 23 26 31 12 31 103
Binary 11000000 10011100 10010101 0 10011 10110 11001 1010 11001 1000011

Color Harmonies of #C09C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C95

Black with #C09C95

Text Example


Text Example

White with #C09C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C95; }

 p { color: rgb(192,156,149); }

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

background-color css

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

 a { background-color: rgb(192,156,149); }

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

border-color css

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

 span { border-color: rgb(192,156,149); }

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