Html Css Color HEX #C29A7B Pale Taupe

📋 copy color: '#C29A7B'

red 194 ◦ green 154 ◦ blue 123

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

Shades of Pale Taupe #C29A7B

Tints of Pale Taupe #C29A7B

RGB

 RED value IS 194 (76.17% from 255) = 41.19%

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

 BLUE value IS 123 (48.44% from 255) = 26.11%

R = 41.19%
G = 32.7%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C29A7B (or 0xC29A7B) is known color: Pale Taupe. HEX triplet: C2, 9A and 7B. RGB value is (194,154,123). Sum of RGB (Red+Green+Blue) = 194+154+123=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A7B is #3D6584. Grayscale: #A2A2A2. Windows color (decimal): -4023685 or 8100546. OLE color: 8100546.

HSL color Cylindrical-coordinate representation of color #C29A7B: hue angle of 26.2º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C29A7B is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 154 123 -
CMYK 0 0.21 0.37 0.24
HSL 26.2º 0.37% 0.62% -
HSV(B) 26.2º 0.37% 0.76% -
XYZ 37.38 36.01 23.72 -
YUV 162.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 194 154 123 0 0.21 0.37 0.24 26.2 0.37 0.62
Hex C2 9A 7B 0 15 25 18 1A 25 3E
Octal 302 232 173 0 25 45 30 32 45 76
Binary 11000010 10011010 1111011 0 10101 100101 11000 11010 100101 111110

Color Harmonies of #C29A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A7B

Black with #C29A7B

Text Example


Text Example

White with #C29A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A7B; }

 p { color: rgb(194,154,123); }

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

background-color css

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

 a { background-color: rgb(194,154,123); }

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

border-color css

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

 span { border-color: rgb(194,154,123); }

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