Html Css Color HEX #C48499 Puce

📋 copy color: '#C48499'

red 196 ◦ green 132 ◦ blue 153

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

Shades of Puce #C48499

Tints of Puce #C48499

RGB

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

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

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

R = 40.75%
G = 27.44%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C48499 (or 0xC48499) is known color: Puce. HEX triplet: C4, 84 and 99. RGB value is (196,132,153). Sum of RGB (Red+Green+Blue) = 196+132+153=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C48499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48499 is #3B7B66. Grayscale: #999999. Windows color (decimal): -3898215 or 10060996. OLE color: 10060996.

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

Color convert

RGB 196 132 153 -
CMYK 0 0.33 0.22 0.23
HSL 340.31º 0.35% 0.64% -
HSV(B) 340.31º 0.33% 0.77% -
XYZ 36.77 30.54 34.09 -
YUV 153.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 196 132 153 0 0.33 0.22 0.23 340.31 0.35 0.64
Hex C4 84 99 0 21 16 17 154 23 40
Octal 304 204 231 0 41 26 27 524 43 100
Binary 11000100 10000100 10011001 0 100001 10110 10111 101010100 100011 1000000

Color Harmonies of #C48499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48499

Black with #C48499

Text Example


Text Example

White with #C48499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48499; }

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

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

background-color css

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

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

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

border-color css

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

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

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