Html Css Color HEX #C48392 Puce

📋 copy color: '#C48392'

red 196 ◦ green 131 ◦ blue 146

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

Shades of Puce #C48392

Tints of Puce #C48392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.87%

R = 41.44%
G = 27.7%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C48392 (or 0xC48392) is known color: Puce. HEX triplet: C4, 83 and 92. RGB value is (196,131,146). Sum of RGB (Red+Green+Blue) = 196+131+146=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C48392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48392 is #3B7C6D. Grayscale: #989898. Windows color (decimal): -3898478 or 9601988. OLE color: 9601988.

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

Color convert

RGB 196 131 146 -
CMYK 0 0.33 0.26 0.23
HSL 346.15º 0.36% 0.64% -
HSV(B) 346.15º 0.33% 0.77% -
XYZ 36.07 30.04 31.09 -
YUV 152.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 196 131 146 0 0.33 0.26 0.23 346.15 0.36 0.64
Hex C4 83 92 0 21 1A 17 15A 24 40
Octal 304 203 222 0 41 32 27 532 44 100
Binary 11000100 10000011 10010010 0 100001 11010 10111 101011010 100100 1000000

Color Harmonies of #C48392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48392

Black with #C48392

Text Example


Text Example

White with #C48392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48392; }

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

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

background-color css

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

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

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

border-color css

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

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

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