Html Css Color HEX #C69784 Quicksand

📋 copy color: '#C69784'

red 198 ◦ green 151 ◦ blue 132

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

Shades of Quicksand #C69784

Tints of Quicksand #C69784

RGB

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

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

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

R = 41.16%
G = 31.39%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C69784 (or 0xC69784) is known color: Quicksand. HEX triplet: C6, 97 and 84. RGB value is (198,151,132). Sum of RGB (Red+Green+Blue) = 198+151+132=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C69784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69784 is #39687B. Grayscale: #A3A3A3. Windows color (decimal): -3762300 or 8689606. OLE color: 8689606.

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

Color convert

RGB 198 151 132 -
CMYK 0 0.24 0.33 0.22
HSL 17.27º 0.37% 0.65% -
HSV(B) 17.27º 0.33% 0.78% -
XYZ 38.52 35.8 26.71 -
YUV 162.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 198 151 132 0 0.24 0.33 0.22 17.27 0.37 0.65
Hex C6 97 84 0 18 21 16 11 25 41
Octal 306 227 204 0 30 41 26 21 45 101
Binary 11000110 10010111 10000100 0 11000 100001 10110 10001 100101 1000001

Color Harmonies of #C69784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69784

Black with #C69784

Text Example


Text Example

White with #C69784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69784; }

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

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

background-color css

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

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

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

border-color css

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

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

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