Html Css Color HEX #C48586 Puce

📋 copy color: '#C48586'

red 196 ◦ green 133 ◦ blue 134

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

Shades of Puce #C48586

Tints of Puce #C48586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.73%

 BLUE value IS 134 (52.73% from 255) = 28.94%

R = 42.33%
G = 28.73%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C48586 (or 0xC48586) is known color: Puce. HEX triplet: C4, 85 and 86. RGB value is (196,133,134). Sum of RGB (Red+Green+Blue) = 196+133+134=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C48586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48586 is #3B7A79. Grayscale: #989898. Windows color (decimal): -3897978 or 8816068. OLE color: 8816068.

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

Color convert

RGB 196 133 134 -
CMYK 0 0.32 0.32 0.23
HSL 359.05º 0.35% 0.65% -
HSV(B) 359.05º 0.32% 0.77% -
XYZ 35.46 30.23 26.52 -
YUV 151.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 196 133 134 0 0.32 0.32 0.23 359.05 0.35 0.65
Hex C4 85 86 0 20 20 17 167 23 41
Octal 304 205 206 0 40 40 27 547 43 101
Binary 11000100 10000101 10000110 0 100000 100000 10111 101100111 100011 1000001

Color Harmonies of #C48586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48586

Black with #C48586

Text Example


Text Example

White with #C48586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48586; }

 p { color: rgb(196,133,134); }

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

background-color css

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

 a { background-color: rgb(196,133,134); }

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

border-color css

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

 span { border-color: rgb(196,133,134); }

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