Html Css Color HEX #C69481 Quicksand

📋 copy color: '#C69481'

red 198 ◦ green 148 ◦ blue 129

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

Shades of Quicksand #C69481

Tints of Quicksand #C69481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.16%

R = 41.68%
G = 31.16%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C69481 (or 0xC69481) is known color: Quicksand. HEX triplet: C6, 94 and 81. RGB value is (198,148,129). Sum of RGB (Red+Green+Blue) = 198+148+129=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C69481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69481 is #396B7E. Grayscale: #A0A0A0. Windows color (decimal): -3763071 or 8492230. OLE color: 8492230.

HSL color Cylindrical-coordinate representation of color #C69481: hue angle of 16.52º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C69481 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 148 129 -
CMYK 0 0.25 0.35 0.22
HSL 16.52º 0.38% 0.64% -
HSV(B) 16.52º 0.35% 0.78% -
XYZ 37.84 34.77 25.49 -
YUV 160.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 198 148 129 0 0.25 0.35 0.22 16.52 0.38 0.64
Hex C6 94 81 0 19 23 16 11 26 40
Octal 306 224 201 0 31 43 26 21 46 100
Binary 11000110 10010100 10000001 0 11001 100011 10110 10001 100110 1000000

Color Harmonies of #C69481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69481

Black with #C69481

Text Example


Text Example

White with #C69481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69481; }

 p { color: rgb(198,148,129); }

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

background-color css

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

 a { background-color: rgb(198,148,129); }

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

border-color css

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

 span { border-color: rgb(198,148,129); }

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