Html Css Color HEX #C09484 Quicksand

📋 copy color: '#C09484'

red 192 ◦ green 148 ◦ blue 132

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

Shades of Quicksand #C09484

Tints of Quicksand #C09484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.36%

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

R = 40.68%
G = 31.36%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C09484 (or 0xC09484) is known color: Quicksand. HEX triplet: C0, 94 and 84. RGB value is (192,148,132). Sum of RGB (Red+Green+Blue) = 192+148+132=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C09484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09484 is #3F6B7B. Grayscale: #9F9F9F. Windows color (decimal): -4156284 or 8688832. OLE color: 8688832.

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

Color convert

RGB 192 148 132 -
CMYK 0 0.23 0.31 0.25
HSL 16º 0.32% 0.64% -
HSV(B) 16º 0.31% 0.75% -
XYZ 36.49 34.05 26.48 -
YUV 159.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 192 148 132 0 0.23 0.31 0.25 16 0.32 0.64
Hex C0 94 84 0 17 1F 19 10 20 40
Octal 300 224 204 0 27 37 31 20 40 100
Binary 11000000 10010100 10000100 0 10111 11111 11001 10000 100000 1000000

Color Harmonies of #C09484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09484

Black with #C09484

Text Example


Text Example

White with #C09484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09484; }

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

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

background-color css

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

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

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

border-color css

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

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

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