Html Css Color HEX #C09690 Quicksand

📋 copy color: '#C09690'

red 192 ◦ green 150 ◦ blue 144

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

Shades of Quicksand #C09690

Tints of Quicksand #C09690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.86%

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

R = 39.51%
G = 30.86%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C09690 (or 0xC09690) is known color: Quicksand. HEX triplet: C0, 96 and 90. RGB value is (192,150,144). Sum of RGB (Red+Green+Blue) = 192+150+144=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C09690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09690 is #3F696F. Grayscale: #A1A1A1. Windows color (decimal): -4155760 or 9475776. OLE color: 9475776.

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

Color convert

RGB 192 150 144 -
CMYK 0 0.22 0.25 0.25
HSL 7.5º 0.28% 0.66% -
HSV(B) 7.5º 0.25% 0.75% -
XYZ 37.68 35.03 31.16 -
YUV 161.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 192 150 144 0 0.22 0.25 0.25 7.5 0.28 0.66
Hex C0 96 90 0 16 19 19 8 1C 42
Octal 300 226 220 0 26 31 31 10 34 102
Binary 11000000 10010110 10010000 0 10110 11001 11001 1000 11100 1000010

Color Harmonies of #C09690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09690

Black with #C09690

Text Example


Text Example

White with #C09690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09690; }

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

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

background-color css

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

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

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

border-color css

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

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

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