Html Css Color HEX #C2997E Pale Taupe

📋 copy color: '#C2997E'

red 194 ◦ green 153 ◦ blue 126

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

Shades of Pale Taupe #C2997E

Tints of Pale Taupe #C2997E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.35%

 BLUE value IS 126 (49.61% from 255) = 26.64%

R = 41.01%
G = 32.35%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2997E (or 0xC2997E) is known color: Pale Taupe. HEX triplet: C2, 99 and 7E. RGB value is (194,153,126). Sum of RGB (Red+Green+Blue) = 194+153+126=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2997E is #3D6681. Grayscale: #A2A2A2. Windows color (decimal): -4023938 or 8296898. OLE color: 8296898.

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

Color convert

RGB 194 153 126 -
CMYK 0 0.21 0.35 0.24
HSL 23.82º 0.36% 0.63% -
HSV(B) 23.82º 0.35% 0.76% -
XYZ 37.41 35.76 24.67 -
YUV 162.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 194 153 126 0 0.21 0.35 0.24 23.82 0.36 0.63
Hex C2 99 7E 0 15 23 18 18 24 3F
Octal 302 231 176 0 25 43 30 30 44 77
Binary 11000010 10011001 1111110 0 10101 100011 11000 11000 100100 111111

Color Harmonies of #C2997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2997E

Black with #C2997E

Text Example


Text Example

White with #C2997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2997E; }

 p { color: rgb(194,153,126); }

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

background-color css

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

 a { background-color: rgb(194,153,126); }

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

border-color css

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

 span { border-color: rgb(194,153,126); }

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