Html Css Color HEX #C09384 Quicksand

📋 copy color: '#C09384'

red 192 ◦ green 147 ◦ blue 132

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

Shades of Quicksand #C09384

Tints of Quicksand #C09384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.21%

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

R = 40.76%
G = 31.21%
B = 28.03%

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

#C09384 (or 0xC09384) is known color: Quicksand. HEX triplet: C0, 93 and 84. RGB value is (192,147,132). Sum of RGB (Red+Green+Blue) = 192+147+132=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C09384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09384 is #3F6C7B. Grayscale: #9E9E9E. Windows color (decimal): -4156540 or 8688576. OLE color: 8688576.

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

Color convert

RGB 192 147 132 -
CMYK 0 0.23 0.31 0.25
HSL 15º 0.32% 0.64% -
HSV(B) 15º 0.31% 0.75% -
XYZ 36.34 33.74 26.43 -
YUV 158.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 192 147 132 0 0.23 0.31 0.25 15 0.32 0.64
Hex C0 93 84 0 17 1F 19 F 20 40
Octal 300 223 204 0 27 37 31 17 40 100
Binary 11000000 10010011 10000100 0 10111 11111 11001 1111 100000 1000000

Color Harmonies of #C09384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09384

Black with #C09384

Text Example


Text Example

White with #C09384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09384; }

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

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

background-color css

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

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

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

border-color css

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

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

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