Html Css Color HEX #C48097 Puce

📋 copy color: '#C48097'

red 196 ◦ green 128 ◦ blue 151

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

Shades of Puce #C48097

Tints of Puce #C48097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.95%

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

R = 41.26%
G = 26.95%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C48097 (or 0xC48097) is known color: Puce. HEX triplet: C4, 80 and 97. RGB value is (196,128,151). Sum of RGB (Red+Green+Blue) = 196+128+151=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C48097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48097 is #3B7F68. Grayscale: #969696. Windows color (decimal): -3899241 or 9928900. OLE color: 9928900.

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

Color convert

RGB 196 128 151 -
CMYK 0 0.35 0.23 0.23
HSL 339.71º 0.37% 0.64% -
HSV(B) 339.71º 0.35% 0.77% -
XYZ 36.07 29.41 33.05 -
YUV 150.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 196 128 151 0 0.35 0.23 0.23 339.71 0.37 0.64
Hex C4 80 97 0 23 17 17 154 25 40
Octal 304 200 227 0 43 27 27 524 45 100
Binary 11000100 10000000 10010111 0 100011 10111 10111 101010100 100101 1000000

Color Harmonies of #C48097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48097

Black with #C48097

Text Example


Text Example

White with #C48097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48097; }

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

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

background-color css

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

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

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

border-color css

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

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

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