Html Css Color HEX #C4947A Pale Taupe

📋 copy color: '#C4947A'

red 196 ◦ green 148 ◦ blue 122

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

Shades of Pale Taupe #C4947A

Tints of Pale Taupe #C4947A

RGB

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

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

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

R = 42.06%
G = 31.76%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4947A (or 0xC4947A) is known color: Pale Taupe. HEX triplet: C4, 94 and 7A. RGB value is (196,148,122). Sum of RGB (Red+Green+Blue) = 196+148+122=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4947A is #3B6B85. Grayscale: #9F9F9F. Windows color (decimal): -3894150 or 8033476. OLE color: 8033476.

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

Color convert

RGB 196 148 122 -
CMYK 0 0.24 0.38 0.23
HSL 21.08º 0.39% 0.62% -
HSV(B) 21.08º 0.38% 0.77% -
XYZ 36.87 34.32 23.09 -
YUV 159.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 196 148 122 0 0.24 0.38 0.23 21.08 0.39 0.62
Hex C4 94 7A 0 18 26 17 15 27 3E
Octal 304 224 172 0 30 46 27 25 47 76
Binary 11000100 10010100 1111010 0 11000 100110 10111 10101 100111 111110

Color Harmonies of #C4947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4947A

Black with #C4947A

Text Example


Text Example

White with #C4947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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