Html Css Color HEX #C2947A Pale Taupe

📋 copy color: '#C2947A'

red 194 ◦ green 148 ◦ blue 122

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

Shades of Pale Taupe #C2947A

Tints of Pale Taupe #C2947A

RGB

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

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

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

R = 41.81%
G = 31.9%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2947A (or 0xC2947A) is known color: Pale Taupe. HEX triplet: C2, 94 and 7A. RGB value is (194,148,122). Sum of RGB (Red+Green+Blue) = 194+148+122=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2947A is #3D6B85. Grayscale: #9E9E9E. Windows color (decimal): -4025222 or 8033474. OLE color: 8033474.

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

Color convert

RGB 194 148 122 -
CMYK 0 0.24 0.37 0.24
HSL 21.67º 0.37% 0.62% -
HSV(B) 21.67º 0.37% 0.76% -
XYZ 36.35 34.05 23.07 -
YUV 158.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 194 148 122 0 0.24 0.37 0.24 21.67 0.37 0.62
Hex C2 94 7A 0 18 25 18 16 25 3E
Octal 302 224 172 0 30 45 30 26 45 76
Binary 11000010 10010100 1111010 0 11000 100101 11000 10110 100101 111110

Color Harmonies of #C2947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2947A

Black with #C2947A

Text Example


Text Example

White with #C2947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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