Html Css Color HEX #C69A7D Pale Taupe

📋 copy color: '#C69A7D'

red 198 ◦ green 154 ◦ blue 125

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

Shades of Pale Taupe #C69A7D

Tints of Pale Taupe #C69A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.29%

 BLUE value IS 125 (49.22% from 255) = 26.21%

R = 41.51%
G = 32.29%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C69A7D (or 0xC69A7D) is known color: Pale Taupe. HEX triplet: C6, 9A and 7D. RGB value is (198,154,125). Sum of RGB (Red+Green+Blue) = 198+154+125=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69A7D is #396582. Grayscale: #A4A4A4. Windows color (decimal): -3761539 or 8231622. OLE color: 8231622.

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

Color convert

RGB 198 154 125 -
CMYK 0 0.22 0.37 0.22
HSL 23.84º 0.39% 0.63% -
HSV(B) 23.84º 0.37% 0.78% -
XYZ 38.55 36.6 24.43 -
YUV 163.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 198 154 125 0 0.22 0.37 0.22 23.84 0.39 0.63
Hex C6 9A 7D 0 16 25 16 18 27 3F
Octal 306 232 175 0 26 45 26 30 47 77
Binary 11000110 10011010 1111101 0 10110 100101 10110 11000 100111 111111

Color Harmonies of #C69A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69A7D

Black with #C69A7D

Text Example


Text Example

White with #C69A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69A7D; }

 p { color: rgb(198,154,125); }

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

background-color css

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

 a { background-color: rgb(198,154,125); }

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

border-color css

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

 span { border-color: rgb(198,154,125); }

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