Html Css Color HEX #C2917C Pale Taupe

📋 copy color: '#C2917C'

red 194 ◦ green 145 ◦ blue 124

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

Shades of Pale Taupe #C2917C

Tints of Pale Taupe #C2917C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.78%

R = 41.9%
G = 31.32%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2917C (or 0xC2917C) is known color: Pale Taupe. HEX triplet: C2, 91 and 7C. RGB value is (194,145,124). Sum of RGB (Red+Green+Blue) = 194+145+124=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2917C is #3D6E83. Grayscale: #9D9D9D. Windows color (decimal): -4025988 or 8163778. OLE color: 8163778.

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

Color convert

RGB 194 145 124 -
CMYK 0 0.25 0.36 0.24
HSL 18º 0.36% 0.62% -
HSV(B) 18º 0.36% 0.76% -
XYZ 36.01 33.18 23.57 -
YUV 157.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 194 145 124 0 0.25 0.36 0.24 18 0.36 0.62
Hex C2 91 7C 0 19 24 18 12 24 3E
Octal 302 221 174 0 31 44 30 22 44 76
Binary 11000010 10010001 1111100 0 11001 100100 11000 10010 100100 111110

Color Harmonies of #C2917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2917C

Black with #C2917C

Text Example


Text Example

White with #C2917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2917C; }

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

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

background-color css

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

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

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

border-color css

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

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

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