Html Css Color HEX #C2947E Pale Taupe

📋 copy color: '#C2947E'

red 194 ◦ green 148 ◦ blue 126

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

Shades of Pale Taupe #C2947E

Tints of Pale Taupe #C2947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.62%

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

R = 41.45%
G = 31.62%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2947E (or 0xC2947E) is known color: Pale Taupe. HEX triplet: C2, 94 and 7E. RGB value is (194,148,126). Sum of RGB (Red+Green+Blue) = 194+148+126=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2947E is #3D6B81. Grayscale: #9F9F9F. Windows color (decimal): -4025218 or 8295618. OLE color: 8295618.

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

Color convert

RGB 194 148 126 -
CMYK 0 0.24 0.35 0.24
HSL 19.41º 0.36% 0.63% -
HSV(B) 19.41º 0.35% 0.76% -
XYZ 36.6 34.16 24.4 -
YUV 159.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 194 148 126 0 0.24 0.35 0.24 19.41 0.36 0.63
Hex C2 94 7E 0 18 23 18 13 24 3F
Octal 302 224 176 0 30 43 30 23 44 77
Binary 11000010 10010100 1111110 0 11000 100011 11000 10011 100100 111111

Color Harmonies of #C2947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2947E

Black with #C2947E

Text Example


Text Example

White with #C2947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2947E; }

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

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

background-color css

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

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

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

border-color css

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

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

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