Html Css Color HEX #C48190 Puce

📋 copy color: '#C48190'

red 196 ◦ green 129 ◦ blue 144

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

Shades of Puce #C48190

Tints of Puce #C48190

RGB

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

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

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

R = 41.79%
G = 27.51%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C48190 (or 0xC48190) is known color: Puce. HEX triplet: C4, 81 and 90. RGB value is (196,129,144). Sum of RGB (Red+Green+Blue) = 196+129+144=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C48190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48190 is #3B7E6F. Grayscale: #969696. Windows color (decimal): -3898992 or 9470404. OLE color: 9470404.

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

Color convert

RGB 196 129 144 -
CMYK 0 0.34 0.27 0.23
HSL 346.57º 0.36% 0.64% -
HSV(B) 346.57º 0.34% 0.77% -
XYZ 35.65 29.45 30.19 -
YUV 150.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 196 129 144 0 0.34 0.27 0.23 346.57 0.36 0.64
Hex C4 81 90 0 22 1B 17 15B 24 40
Octal 304 201 220 0 42 33 27 533 44 100
Binary 11000100 10000001 10010000 0 100010 11011 10111 101011011 100100 1000000

Color Harmonies of #C48190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48190

Black with #C48190

Text Example


Text Example

White with #C48190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48190; }

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

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

background-color css

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

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

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

border-color css

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

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

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