Html Css Color HEX #C09990 Quicksand

📋 copy color: '#C09990'

red 192 ◦ green 153 ◦ blue 144

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

Shades of Quicksand #C09990

Tints of Quicksand #C09990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.29%

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

R = 39.26%
G = 31.29%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C09990 (or 0xC09990) is known color: Quicksand. HEX triplet: C0, 99 and 90. RGB value is (192,153,144). Sum of RGB (Red+Green+Blue) = 192+153+144=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C09990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09990 is #3F666F. Grayscale: #A3A3A3. Windows color (decimal): -4154992 or 9476544. OLE color: 9476544.

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

Color convert

RGB 192 153 144 -
CMYK 0 0.20 0.25 0.25
HSL 11.25º 0.28% 0.66% -
HSV(B) 11.25º 0.25% 0.75% -
XYZ 38.16 36 31.32 -
YUV 163.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 192 153 144 0 0.20 0.25 0.25 11.25 0.28 0.66
Hex C0 99 90 0 14 19 19 B 1C 42
Octal 300 231 220 0 24 31 31 13 34 102
Binary 11000000 10011001 10010000 0 10100 11001 11001 1011 11100 1000010

Color Harmonies of #C09990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09990

Black with #C09990

Text Example


Text Example

White with #C09990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09990; }

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

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

background-color css

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

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

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

border-color css

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

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

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