Html Css Color HEX #C69979 Pale Taupe

📋 copy color: '#C69979'

red 198 ◦ green 153 ◦ blue 121

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

Shades of Pale Taupe #C69979

Tints of Pale Taupe #C69979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.42%

 BLUE value IS 121 (47.66% from 255) = 25.64%

R = 41.95%
G = 32.42%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C69979 (or 0xC69979) is known color: Pale Taupe. HEX triplet: C6, 99 and 79. RGB value is (198,153,121). Sum of RGB (Red+Green+Blue) = 198+153+121=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C69979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69979 is #396686. Grayscale: #A2A2A2. Windows color (decimal): -3761799 or 7969222. OLE color: 7969222.

HSL color Cylindrical-coordinate representation of color #C69979: hue angle of 24.94º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C69979 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 153 121 -
CMYK 0 0.23 0.39 0.22
HSL 24.94º 0.4% 0.63% -
HSV(B) 24.94º 0.39% 0.78% -
XYZ 38.13 36.17 23.06 -
YUV 162.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 198 153 121 0 0.23 0.39 0.22 24.94 0.4 0.63
Hex C6 99 79 0 17 27 16 19 28 3F
Octal 306 231 171 0 27 47 26 31 50 77
Binary 11000110 10011001 1111001 0 10111 100111 10110 11001 101000 111111

Color Harmonies of #C69979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69979

Black with #C69979

Text Example


Text Example

White with #C69979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69979; }

 p { color: rgb(198,153,121); }

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

background-color css

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

 a { background-color: rgb(198,153,121); }

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

border-color css

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

 span { border-color: rgb(198,153,121); }

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