Html Css Color HEX #C48390 Puce

📋 copy color: '#C48390'

red 196 ◦ green 131 ◦ blue 144

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

Shades of Puce #C48390

Tints of Puce #C48390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.81%

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

R = 41.61%
G = 27.81%
B = 30.57%

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

#C48390 (or 0xC48390) is known color: Puce. HEX triplet: C4, 83 and 90. RGB value is (196,131,144). Sum of RGB (Red+Green+Blue) = 196+131+144=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C48390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48390 is #3B7C6F. Grayscale: #979797. Windows color (decimal): -3898480 or 9470916. OLE color: 9470916.

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

Color convert

RGB 196 131 144 -
CMYK 0 0.33 0.27 0.23
HSL 348º 0.36% 0.64% -
HSV(B) 348º 0.33% 0.77% -
XYZ 35.92 29.98 30.28 -
YUV 151.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 196 131 144 0 0.33 0.27 0.23 348 0.36 0.64
Hex C4 83 90 0 21 1B 17 15C 24 40
Octal 304 203 220 0 41 33 27 534 44 100
Binary 11000100 10000011 10010000 0 100001 11011 10111 101011100 100100 1000000

Color Harmonies of #C48390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48390

Black with #C48390

Text Example


Text Example

White with #C48390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48390; }

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

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

background-color css

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

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

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

border-color css

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

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

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