Html Css Color HEX #C48590 Puce

📋 copy color: '#C48590'

red 196 ◦ green 133 ◦ blue 144

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

Shades of Puce #C48590

Tints of Puce #C48590

RGB

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

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

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

R = 41.44%
G = 28.12%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C48590 (or 0xC48590) is known color: Puce. HEX triplet: C4, 85 and 90. RGB value is (196,133,144). Sum of RGB (Red+Green+Blue) = 196+133+144=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C48590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48590 is #3B7A6F. Grayscale: #999999. Windows color (decimal): -3897968 or 9471428. OLE color: 9471428.

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

Color convert

RGB 196 133 144 -
CMYK 0 0.32 0.27 0.23
HSL 349.52º 0.35% 0.65% -
HSV(B) 349.52º 0.32% 0.77% -
XYZ 36.19 30.52 30.37 -
YUV 153.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 196 133 144 0 0.32 0.27 0.23 349.52 0.35 0.65
Hex C4 85 90 0 20 1B 17 15E 23 41
Octal 304 205 220 0 40 33 27 536 43 101
Binary 11000100 10000101 10010000 0 100000 11011 10111 101011110 100011 1000001

Color Harmonies of #C48590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48590

Black with #C48590

Text Example


Text Example

White with #C48590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48590; }

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

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

background-color css

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

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

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

border-color css

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

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

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