Html Css Color HEX #C2947D Pale Taupe

📋 copy color: '#C2947D'

red 194 ◦ green 148 ◦ blue 125

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

Shades of Pale Taupe #C2947D

Tints of Pale Taupe #C2947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.77%

R = 41.54%
G = 31.69%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2947D (or 0xC2947D) is known color: Pale Taupe. HEX triplet: C2, 94 and 7D. RGB value is (194,148,125). Sum of RGB (Red+Green+Blue) = 194+148+125=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2947D is #3D6B82. Grayscale: #9F9F9F. Windows color (decimal): -4025219 or 8230082. OLE color: 8230082.

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

Color convert

RGB 194 148 125 -
CMYK 0 0.24 0.36 0.24
HSL 20º 0.36% 0.63% -
HSV(B) 20º 0.36% 0.76% -
XYZ 36.54 34.13 24.06 -
YUV 159.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 194 148 125 0 0.24 0.36 0.24 20 0.36 0.63
Hex C2 94 7D 0 18 24 18 14 24 3F
Octal 302 224 175 0 30 44 30 24 44 77
Binary 11000010 10010100 1111101 0 11000 100100 11000 10100 100100 111111

Color Harmonies of #C2947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2947D

Black with #C2947D

Text Example


Text Example

White with #C2947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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