Html Css Color HEX #C48193 Puce

📋 copy color: '#C48193'

red 196 ◦ green 129 ◦ blue 147

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

Shades of Puce #C48193

Tints of Puce #C48193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.33%

 BLUE value IS 147 (57.81% from 255) = 31.14%

R = 41.53%
G = 27.33%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C48193 (or 0xC48193) is known color: Puce. HEX triplet: C4, 81 and 93. RGB value is (196,129,147). Sum of RGB (Red+Green+Blue) = 196+129+147=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C48193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48193 is #3B7E6C. Grayscale: #979797. Windows color (decimal): -3898989 or 9667012. OLE color: 9667012.

HSL color Cylindrical-coordinate representation of color #C48193: hue angle of 343.88º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C48193 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 129 147 -
CMYK 0 0.34 0.25 0.23
HSL 343.88º 0.36% 0.64% -
HSV(B) 343.88º 0.34% 0.77% -
XYZ 35.88 29.54 31.41 -
YUV 151.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 196 129 147 0 0.34 0.25 0.23 343.88 0.36 0.64
Hex C4 81 93 0 22 19 17 158 24 40
Octal 304 201 223 0 42 31 27 530 44 100
Binary 11000100 10000001 10010011 0 100010 11001 10111 101011000 100100 1000000

Color Harmonies of #C48193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48193

Black with #C48193

Text Example


Text Example

White with #C48193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48193; }

 p { color: rgb(196,129,147); }

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

background-color css

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

 a { background-color: rgb(196,129,147); }

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

border-color css

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

 span { border-color: rgb(196,129,147); }

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