Html Css Color HEX #C09284 Quicksand

📋 copy color: '#C09284'

red 192 ◦ green 146 ◦ blue 132

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

Shades of Quicksand #C09284

Tints of Quicksand #C09284

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.06%

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

R = 40.85%
G = 31.06%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C09284 (or 0xC09284) is known color: Quicksand. HEX triplet: C0, 92 and 84. RGB value is (192,146,132). Sum of RGB (Red+Green+Blue) = 192+146+132=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C09284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09284 is #3F6D7B. Grayscale: #9E9E9E. Windows color (decimal): -4156796 or 8688320. OLE color: 8688320.

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

Color convert

RGB 192 146 132 -
CMYK 0 0.24 0.31 0.25
HSL 14º 0.32% 0.64% -
HSV(B) 14º 0.31% 0.75% -
XYZ 36.18 33.43 26.38 -
YUV 158.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 192 146 132 0 0.24 0.31 0.25 14 0.32 0.64
Hex C0 92 84 0 18 1F 19 E 20 40
Octal 300 222 204 0 30 37 31 16 40 100
Binary 11000000 10010010 10000100 0 11000 11111 11001 1110 100000 1000000

Color Harmonies of #C09284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09284

Black with #C09284

Text Example


Text Example

White with #C09284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09284; }

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

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

background-color css

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

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

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

border-color css

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

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

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