Html Css Color HEX #C69977 Pale Taupe

📋 copy color: '#C69977'

red 198 ◦ green 153 ◦ blue 119

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

Shades of Pale Taupe #C69977

Tints of Pale Taupe #C69977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.32%

R = 42.13%
G = 32.55%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C69977 (or 0xC69977) is known color: Pale Taupe. HEX triplet: C6, 99 and 77. RGB value is (198,153,119). Sum of RGB (Red+Green+Blue) = 198+153+119=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C69977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69977 is #396688. Grayscale: #A2A2A2. Windows color (decimal): -3761801 or 7838150. OLE color: 7838150.

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

Color convert

RGB 198 153 119 -
CMYK 0 0.23 0.40 0.22
HSL 25.82º 0.41% 0.62% -
HSV(B) 25.82º 0.4% 0.78% -
XYZ 38.01 36.12 22.42 -
YUV 162.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 198 153 119 0 0.23 0.40 0.22 25.82 0.41 0.62
Hex C6 99 77 0 17 28 16 1A 29 3E
Octal 306 231 167 0 27 50 26 32 51 76
Binary 11000110 10011001 1110111 0 10111 101000 10110 11010 101001 111110

Color Harmonies of #C69977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69977

Black with #C69977

Text Example


Text Example

White with #C69977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69977; }

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

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

background-color css

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

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

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

border-color css

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

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

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