Html Css Color HEX #C48596 Puce

📋 copy color: '#C48596'

red 196 ◦ green 133 ◦ blue 150

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

Shades of Puce #C48596

Tints of Puce #C48596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.32%

R = 40.92%
G = 27.77%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C48596 (or 0xC48596) is known color: Puce. HEX triplet: C4, 85 and 96. RGB value is (196,133,150). Sum of RGB (Red+Green+Blue) = 196+133+150=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C48596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48596 is #3B7A69. Grayscale: #999999. Windows color (decimal): -3897962 or 9864644. OLE color: 9864644.

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

Color convert

RGB 196 133 150 -
CMYK 0 0.32 0.23 0.23
HSL 343.81º 0.35% 0.65% -
HSV(B) 343.81º 0.32% 0.77% -
XYZ 36.66 30.71 32.85 -
YUV 153.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 196 133 150 0 0.32 0.23 0.23 343.81 0.35 0.65
Hex C4 85 96 0 20 17 17 158 23 41
Octal 304 205 226 0 40 27 27 530 43 101
Binary 11000100 10000101 10010110 0 100000 10111 10111 101011000 100011 1000001

Color Harmonies of #C48596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48596

Black with #C48596

Text Example


Text Example

White with #C48596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48596; }

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

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

background-color css

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

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

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

border-color css

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

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

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