Html Css Color HEX #C4947C Pale Taupe

📋 copy color: '#C4947C'

red 196 ◦ green 148 ◦ blue 124

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

Shades of Pale Taupe #C4947C

Tints of Pale Taupe #C4947C

RGB

 RED value IS 196 (76.95% from 255) = 41.88%

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

 BLUE value IS 124 (48.83% from 255) = 26.5%

R = 41.88%
G = 31.62%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4947C (or 0xC4947C) is known color: Pale Taupe. HEX triplet: C4, 94 and 7C. RGB value is (196,148,124). Sum of RGB (Red+Green+Blue) = 196+148+124=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4947C is #3B6B83. Grayscale: #9F9F9F. Windows color (decimal): -3894148 or 8164548. OLE color: 8164548.

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

Color convert

RGB 196 148 124 -
CMYK 0 0.24 0.37 0.23
HSL 20º 0.38% 0.63% -
HSV(B) 20º 0.37% 0.77% -
XYZ 36.99 34.37 23.75 -
YUV 159.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 196 148 124 0 0.24 0.37 0.23 20 0.38 0.63
Hex C4 94 7C 0 18 25 17 14 26 3F
Octal 304 224 174 0 30 45 27 24 46 77
Binary 11000100 10010100 1111100 0 11000 100101 10111 10100 100110 111111

Color Harmonies of #C4947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4947C

Black with #C4947C

Text Example


Text Example

White with #C4947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4947C; }

 p { color: rgb(196,148,124); }

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

background-color css

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

 a { background-color: rgb(196,148,124); }

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

border-color css

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

 span { border-color: rgb(196,148,124); }

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