Html Css Color HEX #C48191 Puce

📋 copy color: '#C48191'

red 196 ◦ green 129 ◦ blue 145

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

Shades of Puce #C48191

Tints of Puce #C48191

RGB

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

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

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

R = 41.7%
G = 27.45%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C48191 (or 0xC48191) is known color: Puce. HEX triplet: C4, 81 and 91. RGB value is (196,129,145). Sum of RGB (Red+Green+Blue) = 196+129+145=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C48191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48191 is #3B7E6E. Grayscale: #969696. Windows color (decimal): -3898991 or 9535940. OLE color: 9535940.

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

Color convert

RGB 196 129 145 -
CMYK 0 0.34 0.26 0.23
HSL 345.67º 0.36% 0.64% -
HSV(B) 345.67º 0.34% 0.77% -
XYZ 35.73 29.48 30.6 -
YUV 150.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 196 129 145 0 0.34 0.26 0.23 345.67 0.36 0.64
Hex C4 81 91 0 22 1A 17 15A 24 40
Octal 304 201 221 0 42 32 27 532 44 100
Binary 11000100 10000001 10010001 0 100010 11010 10111 101011010 100100 1000000

Color Harmonies of #C48191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48191

Black with #C48191

Text Example


Text Example

White with #C48191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48191; }

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

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

background-color css

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

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

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

border-color css

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

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

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