Html Css Color HEX #C09584 Quicksand

📋 copy color: '#C09584'

red 192 ◦ green 149 ◦ blue 132

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

Shades of Quicksand #C09584

Tints of Quicksand #C09584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.5%

 BLUE value IS 132 (51.95% from 255) = 27.91%

R = 40.59%
G = 31.5%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C09584 (or 0xC09584) is known color: Quicksand. HEX triplet: C0, 95 and 84. RGB value is (192,149,132). Sum of RGB (Red+Green+Blue) = 192+149+132=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C09584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09584 is #3F6A7B. Grayscale: #A0A0A0. Windows color (decimal): -4156028 or 8689088. OLE color: 8689088.

HSL color Cylindrical-coordinate representation of color #C09584: hue angle of 17º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C09584 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 132 -
CMYK 0 0.22 0.31 0.25
HSL 17º 0.32% 0.64% -
HSV(B) 17º 0.31% 0.75% -
XYZ 36.65 34.37 26.53 -
YUV 159.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 192 149 132 0 0.22 0.31 0.25 17 0.32 0.64
Hex C0 95 84 0 16 1F 19 11 20 40
Octal 300 225 204 0 26 37 31 21 40 100
Binary 11000000 10010101 10000100 0 10110 11111 11001 10001 100000 1000000

Color Harmonies of #C09584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09584

Black with #C09584

Text Example


Text Example

White with #C09584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09584; }

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

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

background-color css

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

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

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

border-color css

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

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

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