Html Css Color HEX #C48092 Puce

📋 copy color: '#C48092'

red 196 ◦ green 128 ◦ blue 146

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

Shades of Puce #C48092

Tints of Puce #C48092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.23%

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

R = 41.7%
G = 27.23%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C48092 (or 0xC48092) is known color: Puce. HEX triplet: C4, 80 and 92. RGB value is (196,128,146). Sum of RGB (Red+Green+Blue) = 196+128+146=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C48092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48092 is #3B7F6D. Grayscale: #969696. Windows color (decimal): -3899246 or 9601220. OLE color: 9601220.

HSL color Cylindrical-coordinate representation of color #C48092: hue angle of 344.12º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C48092 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 146 -
CMYK 0 0.35 0.26 0.23
HSL 344.12º 0.37% 0.64% -
HSV(B) 344.12º 0.35% 0.77% -
XYZ 35.67 29.25 30.96 -
YUV 150.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 196 128 146 0 0.35 0.26 0.23 344.12 0.37 0.64
Hex C4 80 92 0 23 1A 17 158 25 40
Octal 304 200 222 0 43 32 27 530 45 100
Binary 11000100 10000000 10010010 0 100011 11010 10111 101011000 100101 1000000

Color Harmonies of #C48092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48092

Black with #C48092

Text Example


Text Example

White with #C48092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48092; }

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

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

background-color css

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

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

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

border-color css

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

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

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