Html Css Color HEX #C2917B Pale Taupe

📋 copy color: '#C2917B'

red 194 ◦ green 145 ◦ blue 123

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

Shades of Pale Taupe #C2917B

Tints of Pale Taupe #C2917B

RGB

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

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

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

R = 41.99%
G = 31.39%
B = 26.62%

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

#C2917B (or 0xC2917B) is known color: Pale Taupe. HEX triplet: C2, 91 and 7B. RGB value is (194,145,123). Sum of RGB (Red+Green+Blue) = 194+145+123=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2917B is #3D6E84. Grayscale: #9D9D9D. Windows color (decimal): -4025989 or 8098242. OLE color: 8098242.

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

Color convert

RGB 194 145 123 -
CMYK 0 0.25 0.37 0.24
HSL 18.59º 0.37% 0.62% -
HSV(B) 18.59º 0.37% 0.76% -
XYZ 35.95 33.15 23.24 -
YUV 157.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 194 145 123 0 0.25 0.37 0.24 18.59 0.37 0.62
Hex C2 91 7B 0 19 25 18 13 25 3E
Octal 302 221 173 0 31 45 30 23 45 76
Binary 11000010 10010001 1111011 0 11001 100101 11000 10011 100101 111110

Color Harmonies of #C2917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2917B

Black with #C2917B

Text Example


Text Example

White with #C2917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2917B; }

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

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

background-color css

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

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

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

border-color css

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

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

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