Html Css Color HEX #C09685 Quicksand

📋 copy color: '#C09685'

red 192 ◦ green 150 ◦ blue 133

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

Shades of Quicksand #C09685

Tints of Quicksand #C09685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.58%

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

R = 40.42%
G = 31.58%
B = 28%

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

#C09685 (or 0xC09685) is known color: Quicksand. HEX triplet: C0, 96 and 85. RGB value is (192,150,133). Sum of RGB (Red+Green+Blue) = 192+150+133=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C09685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09685 is #3F697A. Grayscale: #A0A0A0. Windows color (decimal): -4155771 or 8754880. OLE color: 8754880.

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

Color convert

RGB 192 150 133 -
CMYK 0 0.22 0.31 0.25
HSL 17.29º 0.32% 0.64% -
HSV(B) 17.29º 0.31% 0.75% -
XYZ 36.88 34.71 26.95 -
YUV 160.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 192 150 133 0 0.22 0.31 0.25 17.29 0.32 0.64
Hex C0 96 85 0 16 1F 19 11 20 40
Octal 300 226 205 0 26 37 31 21 40 100
Binary 11000000 10010110 10000101 0 10110 11111 11001 10001 100000 1000000

Color Harmonies of #C09685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09685

Black with #C09685

Text Example


Text Example

White with #C09685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09685; }

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

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

background-color css

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

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

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

border-color css

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

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

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