Html Css Color HEX #C09890 Quicksand

📋 copy color: '#C09890'

red 192 ◦ green 152 ◦ blue 144

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

Shades of Quicksand #C09890

Tints of Quicksand #C09890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.15%

 BLUE value IS 144 (56.64% from 255) = 29.51%

R = 39.34%
G = 31.15%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C09890 (or 0xC09890) is known color: Quicksand. HEX triplet: C0, 98 and 90. RGB value is (192,152,144). Sum of RGB (Red+Green+Blue) = 192+152+144=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C09890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09890 is #3F676F. Grayscale: #A3A3A3. Windows color (decimal): -4155248 or 9476288. OLE color: 9476288.

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

Color convert

RGB 192 152 144 -
CMYK 0 0.21 0.25 0.25
HSL 10º 0.28% 0.66% -
HSV(B) 10º 0.25% 0.75% -
XYZ 38 35.68 31.27 -
YUV 163.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 192 152 144 0 0.21 0.25 0.25 10 0.28 0.66
Hex C0 98 90 0 15 19 19 A 1C 42
Octal 300 230 220 0 25 31 31 12 34 102
Binary 11000000 10011000 10010000 0 10101 11001 11001 1010 11100 1000010

Color Harmonies of #C09890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09890

Black with #C09890

Text Example


Text Example

White with #C09890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09890; }

 p { color: rgb(192,152,144); }

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

background-color css

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

 a { background-color: rgb(192,152,144); }

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

border-color css

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

 span { border-color: rgb(192,152,144); }

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