Html Css Color HEX #C48497 Puce

📋 copy color: '#C48497'

red 196 ◦ green 132 ◦ blue 151

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

Shades of Puce #C48497

Tints of Puce #C48497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.56%

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

R = 40.92%
G = 27.56%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C48497 (or 0xC48497) is known color: Puce. HEX triplet: C4, 84 and 97. RGB value is (196,132,151). Sum of RGB (Red+Green+Blue) = 196+132+151=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C48497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48497 is #3B7B68. Grayscale: #999999. Windows color (decimal): -3898217 or 9929924. OLE color: 9929924.

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

Color convert

RGB 196 132 151 -
CMYK 0 0.33 0.23 0.23
HSL 342.19º 0.35% 0.64% -
HSV(B) 342.19º 0.33% 0.77% -
XYZ 36.6 30.47 33.23 -
YUV 153.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 196 132 151 0 0.33 0.23 0.23 342.19 0.35 0.64
Hex C4 84 97 0 21 17 17 156 23 40
Octal 304 204 227 0 41 27 27 526 43 100
Binary 11000100 10000100 10010111 0 100001 10111 10111 101010110 100011 1000000

Color Harmonies of #C48497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48497

Black with #C48497

Text Example


Text Example

White with #C48497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48497; }

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

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

background-color css

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

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

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

border-color css

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

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

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