Html Css Color HEX #C48197 Puce

📋 copy color: '#C48197'

red 196 ◦ green 129 ◦ blue 151

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

Shades of Puce #C48197

Tints of Puce #C48197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.1%

 BLUE value IS 151 (59.38% from 255) = 31.72%

R = 41.18%
G = 27.1%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C48197 (or 0xC48197) is known color: Puce. HEX triplet: C4, 81 and 97. RGB value is (196,129,151). Sum of RGB (Red+Green+Blue) = 196+129+151=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C48197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48197 is #3B7E68. Grayscale: #979797. Windows color (decimal): -3898985 or 9929156. OLE color: 9929156.

HSL color Cylindrical-coordinate representation of color #C48197: hue angle of 340.3º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C48197 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 129 151 -
CMYK 0 0.34 0.23 0.23
HSL 340.3º 0.36% 0.64% -
HSV(B) 340.3º 0.34% 0.77% -
XYZ 36.2 29.67 33.1 -
YUV 151.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 196 129 151 0 0.34 0.23 0.23 340.3 0.36 0.64
Hex C4 81 97 0 22 17 17 154 24 40
Octal 304 201 227 0 42 27 27 524 44 100
Binary 11000100 10000001 10010111 0 100010 10111 10111 101010100 100100 1000000

Color Harmonies of #C48197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48197

Black with #C48197

Text Example


Text Example

White with #C48197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48197; }

 p { color: rgb(196,129,151); }

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

background-color css

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

 a { background-color: rgb(196,129,151); }

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

border-color css

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

 span { border-color: rgb(196,129,151); }

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