Html Css Color HEX #C48391 Puce

📋 copy color: '#C48391'

red 196 ◦ green 131 ◦ blue 145

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

Shades of Puce #C48391

Tints of Puce #C48391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.75%

 BLUE value IS 145 (57.03% from 255) = 30.72%

R = 41.53%
G = 27.75%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C48391 (or 0xC48391) is known color: Puce. HEX triplet: C4, 83 and 91. RGB value is (196,131,145). Sum of RGB (Red+Green+Blue) = 196+131+145=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C48391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48391 is #3B7C6E. Grayscale: #989898. Windows color (decimal): -3898479 or 9536452. OLE color: 9536452.

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

Color convert

RGB 196 131 145 -
CMYK 0 0.33 0.26 0.23
HSL 347.08º 0.36% 0.64% -
HSV(B) 347.08º 0.33% 0.77% -
XYZ 35.99 30.01 30.68 -
YUV 152.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 196 131 145 0 0.33 0.26 0.23 347.08 0.36 0.64
Hex C4 83 91 0 21 1A 17 15B 24 40
Octal 304 203 221 0 41 32 27 533 44 100
Binary 11000100 10000011 10010001 0 100001 11010 10111 101011011 100100 1000000

Color Harmonies of #C48391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48391

Black with #C48391

Text Example


Text Example

White with #C48391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48391; }

 p { color: rgb(196,131,145); }

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

background-color css

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

 a { background-color: rgb(196,131,145); }

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

border-color css

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

 span { border-color: rgb(196,131,145); }

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