Html Css Color HEX #C48099 Puce

📋 copy color: '#C48099'

red 196 ◦ green 128 ◦ blue 153

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

Shades of Puce #C48099

Tints of Puce #C48099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.08%

R = 41.09%
G = 26.83%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C48099 (or 0xC48099) is known color: Puce. HEX triplet: C4, 80 and 99. RGB value is (196,128,153). Sum of RGB (Red+Green+Blue) = 196+128+153=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C48099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48099 is #3B7F66. Grayscale: #979797. Windows color (decimal): -3899239 or 10059972. OLE color: 10059972.

HSL color Cylindrical-coordinate representation of color #C48099: hue angle of 337.94º 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 #C48099 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 153 -
CMYK 0 0.35 0.22 0.23
HSL 337.94º 0.37% 0.64% -
HSV(B) 337.94º 0.35% 0.77% -
XYZ 36.23 29.47 33.92 -
YUV 151.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 196 128 153 0 0.35 0.22 0.23 337.94 0.37 0.64
Hex C4 80 99 0 23 16 17 152 25 40
Octal 304 200 231 0 43 26 27 522 45 100
Binary 11000100 10000000 10011001 0 100011 10110 10111 101010010 100101 1000000

Color Harmonies of #C48099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48099

Black with #C48099

Text Example


Text Example

White with #C48099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48099; }

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

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

background-color css

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

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

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

border-color css

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

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

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