Html Css Color HEX #C48790 Puce

📋 copy color: '#C48790'

red 196 ◦ green 135 ◦ blue 144

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

Shades of Puce #C48790

Tints of Puce #C48790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.42%

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

R = 41.26%
G = 28.42%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C48790 (or 0xC48790) is known color: Puce. HEX triplet: C4, 87 and 90. RGB value is (196,135,144). Sum of RGB (Red+Green+Blue) = 196+135+144=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C48790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48790 is #3B786F. Grayscale: #9A9A9A. Windows color (decimal): -3897456 or 9471940. OLE color: 9471940.

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

Color convert

RGB 196 135 144 -
CMYK 0 0.31 0.27 0.23
HSL 351.15º 0.34% 0.65% -
HSV(B) 351.15º 0.31% 0.77% -
XYZ 36.46 31.08 30.46 -
YUV 154.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 196 135 144 0 0.31 0.27 0.23 351.15 0.34 0.65
Hex C4 87 90 0 1F 1B 17 15F 22 41
Octal 304 207 220 0 37 33 27 537 42 101
Binary 11000100 10000111 10010000 0 11111 11011 10111 101011111 100010 1000001

Color Harmonies of #C48790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48790

Black with #C48790

Text Example


Text Example

White with #C48790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48790; }

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

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

background-color css

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

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

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

border-color css

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

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

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