Html Css Color HEX #C09485 Quicksand

📋 copy color: '#C09485'

red 192 ◦ green 148 ◦ blue 133

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

Shades of Quicksand #C09485

Tints of Quicksand #C09485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.12%

R = 40.59%
G = 31.29%
B = 28.12%

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

#C09485 (or 0xC09485) is known color: Quicksand. HEX triplet: C0, 94 and 85. RGB value is (192,148,133). Sum of RGB (Red+Green+Blue) = 192+148+133=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C09485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09485 is #3F6B7A. Grayscale: #9F9F9F. Windows color (decimal): -4156283 or 8754368. OLE color: 8754368.

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

Color convert

RGB 192 148 133 -
CMYK 0 0.23 0.31 0.25
HSL 15.25º 0.32% 0.64% -
HSV(B) 15.25º 0.31% 0.75% -
XYZ 36.56 34.08 26.84 -
YUV 159.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 192 148 133 0 0.23 0.31 0.25 15.25 0.32 0.64
Hex C0 94 85 0 17 1F 19 F 20 40
Octal 300 224 205 0 27 37 31 17 40 100
Binary 11000000 10010100 10000101 0 10111 11111 11001 1111 100000 1000000

Color Harmonies of #C09485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09485

Black with #C09485

Text Example


Text Example

White with #C09485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09485; }

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

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

background-color css

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

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

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

border-color css

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

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

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