Html Css Color HEX #C29A7A Pale Taupe

📋 copy color: '#C29A7A'

red 194 ◦ green 154 ◦ blue 122

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

Shades of Pale Taupe #C29A7A

Tints of Pale Taupe #C29A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.96%

R = 41.28%
G = 32.77%
B = 25.96%

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

#C29A7A (or 0xC29A7A) is known color: Pale Taupe. HEX triplet: C2, 9A and 7A. RGB value is (194,154,122). Sum of RGB (Red+Green+Blue) = 194+154+122=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A7A is #3D6585. Grayscale: #A2A2A2. Windows color (decimal): -4023686 or 8035010. OLE color: 8035010.

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

Color convert

RGB 194 154 122 -
CMYK 0 0.21 0.37 0.24
HSL 26.67º 0.37% 0.62% -
HSV(B) 26.67º 0.37% 0.76% -
XYZ 37.32 35.99 23.39 -
YUV 162.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 194 154 122 0 0.21 0.37 0.24 26.67 0.37 0.62
Hex C2 9A 7A 0 15 25 18 1B 25 3E
Octal 302 232 172 0 25 45 30 33 45 76
Binary 11000010 10011010 1111010 0 10101 100101 11000 11011 100101 111110

Color Harmonies of #C29A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A7A

Black with #C29A7A

Text Example


Text Example

White with #C29A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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