Html Css Color HEX #C5947B Pale Taupe

📋 copy color: '#C5947B'

red 197 ◦ green 148 ◦ blue 123

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

Shades of Pale Taupe #C5947B

Tints of Pale Taupe #C5947B

RGB

 RED value IS 197 (77.34% from 255) = 42.09%

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

 BLUE value IS 123 (48.44% from 255) = 26.28%

R = 42.09%
G = 31.62%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5947B (or 0xC5947B) is known color: Pale Taupe. HEX triplet: C5, 94 and 7B. RGB value is (197,148,123). Sum of RGB (Red+Green+Blue) = 197+148+123=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5947B is #3A6B84. Grayscale: #9F9F9F. Windows color (decimal): -3828613 or 8099013. OLE color: 8099013.

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

Color convert

RGB 197 148 123 -
CMYK 0 0.25 0.38 0.23
HSL 20.27º 0.39% 0.63% -
HSV(B) 20.27º 0.38% 0.77% -
XYZ 37.19 34.48 23.43 -
YUV 159.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 197 148 123 0 0.25 0.38 0.23 20.27 0.39 0.63
Hex C5 94 7B 0 19 26 17 14 27 3F
Octal 305 224 173 0 31 46 27 24 47 77
Binary 11000101 10010100 1111011 0 11001 100110 10111 10100 100111 111111

Color Harmonies of #C5947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5947B

Black with #C5947B

Text Example


Text Example

White with #C5947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5947B; }

 p { color: rgb(197,148,123); }

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

background-color css

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

 a { background-color: rgb(197,148,123); }

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

border-color css

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

 span { border-color: rgb(197,148,123); }

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