Html Css Color HEX #C2917A Pale Taupe

📋 copy color: '#C2917A'

red 194 ◦ green 145 ◦ blue 122

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

Shades of Pale Taupe #C2917A

Tints of Pale Taupe #C2917A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.45%

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

R = 42.08%
G = 31.45%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2917A (or 0xC2917A) is known color: Pale Taupe. HEX triplet: C2, 91 and 7A. RGB value is (194,145,122). Sum of RGB (Red+Green+Blue) = 194+145+122=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2917A is #3D6E85. Grayscale: #9D9D9D. Windows color (decimal): -4025990 or 8032706. OLE color: 8032706.

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

Color convert

RGB 194 145 122 -
CMYK 0 0.25 0.37 0.24
HSL 19.17º 0.37% 0.62% -
HSV(B) 19.17º 0.37% 0.76% -
XYZ 35.89 33.13 22.91 -
YUV 157.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 194 145 122 0 0.25 0.37 0.24 19.17 0.37 0.62
Hex C2 91 7A 0 19 25 18 13 25 3E
Octal 302 221 172 0 31 45 30 23 45 76
Binary 11000010 10010001 1111010 0 11001 100101 11000 10011 100101 111110

Color Harmonies of #C2917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2917A

Black with #C2917A

Text Example


Text Example

White with #C2917A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2917A; }

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

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

background-color css

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

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

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

border-color css

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

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

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