Html Css Color HEX #C48597 Puce

📋 copy color: '#C48597'

red 196 ◦ green 133 ◦ blue 151

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

Shades of Puce #C48597

Tints of Puce #C48597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.46%

R = 40.83%
G = 27.71%
B = 31.46%

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

#C48597 (or 0xC48597) is known color: Puce. HEX triplet: C4, 85 and 97. RGB value is (196,133,151). Sum of RGB (Red+Green+Blue) = 196+133+151=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C48597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48597 is #3B7A68. Grayscale: #999999. Windows color (decimal): -3897961 or 9930180. OLE color: 9930180.

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

Color convert

RGB 196 133 151 -
CMYK 0 0.32 0.23 0.23
HSL 342.86º 0.35% 0.65% -
HSV(B) 342.86º 0.32% 0.77% -
XYZ 36.74 30.75 33.28 -
YUV 153.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 196 133 151 0 0.32 0.23 0.23 342.86 0.35 0.65
Hex C4 85 97 0 20 17 17 157 23 41
Octal 304 205 227 0 40 27 27 527 43 101
Binary 11000100 10000101 10010111 0 100000 10111 10111 101010111 100011 1000001

Color Harmonies of #C48597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48597

Black with #C48597

Text Example


Text Example

White with #C48597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48597; }

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

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

background-color css

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

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

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

border-color css

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

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

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