Html Css Color HEX #C48290 Puce

📋 copy color: '#C48290'

red 196 ◦ green 130 ◦ blue 144

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

Shades of Puce #C48290

Tints of Puce #C48290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.66%

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

R = 41.7%
G = 27.66%
B = 30.64%

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

#C48290 (or 0xC48290) is known color: Puce. HEX triplet: C4, 82 and 90. RGB value is (196,130,144). Sum of RGB (Red+Green+Blue) = 196+130+144=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C48290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48290 is #3B7D6F. Grayscale: #979797. Windows color (decimal): -3898736 or 9470660. OLE color: 9470660.

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

Color convert

RGB 196 130 144 -
CMYK 0 0.34 0.27 0.23
HSL 347.27º 0.36% 0.64% -
HSV(B) 347.27º 0.34% 0.77% -
XYZ 35.78 29.71 30.24 -
YUV 151.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 196 130 144 0 0.34 0.27 0.23 347.27 0.36 0.64
Hex C4 82 90 0 22 1B 17 15B 24 40
Octal 304 202 220 0 42 33 27 533 44 100
Binary 11000100 10000010 10010000 0 100010 11011 10111 101011011 100100 1000000

Color Harmonies of #C48290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48290

Black with #C48290

Text Example


Text Example

White with #C48290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48290; }

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

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

background-color css

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

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

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

border-color css

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

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

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