Html Css Color HEX #C48490 Puce

📋 copy color: '#C48490'

red 196 ◦ green 132 ◦ blue 144

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

Shades of Puce #C48490

Tints of Puce #C48490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.97%

 BLUE value IS 144 (56.64% from 255) = 30.51%

R = 41.53%
G = 27.97%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C48490 (or 0xC48490) is known color: Puce. HEX triplet: C4, 84 and 90. RGB value is (196,132,144). Sum of RGB (Red+Green+Blue) = 196+132+144=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C48490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48490 is #3B7B6F. Grayscale: #989898. Windows color (decimal): -3898224 or 9471172. OLE color: 9471172.

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

Color convert

RGB 196 132 144 -
CMYK 0 0.33 0.27 0.23
HSL 348.75º 0.35% 0.64% -
HSV(B) 348.75º 0.33% 0.77% -
XYZ 36.05 30.25 30.32 -
YUV 152.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 196 132 144 0 0.33 0.27 0.23 348.75 0.35 0.64
Hex C4 84 90 0 21 1B 17 15D 23 40
Octal 304 204 220 0 41 33 27 535 43 100
Binary 11000100 10000100 10010000 0 100001 11011 10111 101011101 100011 1000000

Color Harmonies of #C48490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48490

Black with #C48490

Text Example


Text Example

White with #C48490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48490; }

 p { color: rgb(196,132,144); }

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

background-color css

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

 a { background-color: rgb(196,132,144); }

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

border-color css

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

 span { border-color: rgb(196,132,144); }

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