Html Css Color HEX #C69780 Pale Taupe

📋 copy color: '#C69780'

red 198 ◦ green 151 ◦ blue 128

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

Shades of Pale Taupe #C69780

Tints of Pale Taupe #C69780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.83%

R = 41.51%
G = 31.66%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C69780 (or 0xC69780) is known color: Pale Taupe. HEX triplet: C6, 97 and 80. RGB value is (198,151,128). Sum of RGB (Red+Green+Blue) = 198+151+128=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C69780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69780 is #39687F. Grayscale: #A2A2A2. Windows color (decimal): -3762304 or 8427462. OLE color: 8427462.

HSL color Cylindrical-coordinate representation of color #C69780: hue angle of 19.71º 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 #C69780 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 151 128 -
CMYK 0 0.24 0.35 0.22
HSL 19.71º 0.38% 0.64% -
HSV(B) 19.71º 0.35% 0.78% -
XYZ 38.25 35.7 25.3 -
YUV 162.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 198 151 128 0 0.24 0.35 0.22 19.71 0.38 0.64
Hex C6 97 80 0 18 23 16 14 26 40
Octal 306 227 200 0 30 43 26 24 46 100
Binary 11000110 10010111 10000000 0 11000 100011 10110 10100 100110 1000000

Color Harmonies of #C69780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69780

Black with #C69780

Text Example


Text Example

White with #C69780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69780; }

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

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

background-color css

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

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

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

border-color css

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

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

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