Html Css Color HEX #C69786 Quicksand

📋 copy color: '#C69786'

red 198 ◦ green 151 ◦ blue 134

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

Shades of Quicksand #C69786

Tints of Quicksand #C69786

RGB

 RED value IS 198 (77.73% from 255) = 40.99%

 GREEN value IS 151 (59.38% from 255) = 31.26%

 BLUE value IS 134 (52.73% from 255) = 27.74%

R = 40.99%
G = 31.26%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C69786 (or 0xC69786) is known color: Quicksand. HEX triplet: C6, 97 and 86. RGB value is (198,151,134). Sum of RGB (Red+Green+Blue) = 198+151+134=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C69786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69786 is #396879. Grayscale: #A3A3A3. Windows color (decimal): -3762298 or 8820678. OLE color: 8820678.

HSL color Cylindrical-coordinate representation of color #C69786: hue angle of 15.94º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C69786 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 151 134 -
CMYK 0 0.24 0.32 0.22
HSL 15.94º 0.36% 0.65% -
HSV(B) 15.94º 0.32% 0.78% -
XYZ 38.66 35.86 27.44 -
YUV 163.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 198 151 134 0 0.24 0.32 0.22 15.94 0.36 0.65
Hex C6 97 86 0 18 20 16 10 24 41
Octal 306 227 206 0 30 40 26 20 44 101
Binary 11000110 10010111 10000110 0 11000 100000 10110 10000 100100 1000001

Color Harmonies of #C69786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69786

Black with #C69786

Text Example


Text Example

White with #C69786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69786; }

 p { color: rgb(198,151,134); }

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

background-color css

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

 a { background-color: rgb(198,151,134); }

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

border-color css

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

 span { border-color: rgb(198,151,134); }

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