Html Css Color HEX #C48495 Puce

📋 copy color: '#C48495'

red 196 ◦ green 132 ◦ blue 149

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

Shades of Puce #C48495

Tints of Puce #C48495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.24%

R = 41.09%
G = 27.67%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C48495 (or 0xC48495) is known color: Puce. HEX triplet: C4, 84 and 95. RGB value is (196,132,149). Sum of RGB (Red+Green+Blue) = 196+132+149=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C48495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48495 is #3B7B6A. Grayscale: #999999. Windows color (decimal): -3898219 or 9798852. OLE color: 9798852.

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

Color convert

RGB 196 132 149 -
CMYK 0 0.33 0.24 0.23
HSL 344.06º 0.35% 0.64% -
HSV(B) 344.06º 0.33% 0.77% -
XYZ 36.44 30.41 32.38 -
YUV 153.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 196 132 149 0 0.33 0.24 0.23 344.06 0.35 0.64
Hex C4 84 95 0 21 18 17 158 23 40
Octal 304 204 225 0 41 30 27 530 43 100
Binary 11000100 10000100 10010101 0 100001 11000 10111 101011000 100011 1000000

Color Harmonies of #C48495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48495

Black with #C48495

Text Example


Text Example

White with #C48495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48495; }

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

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

background-color css

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

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

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

border-color css

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

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

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