Html Css Color HEX #C48494 Puce

📋 copy color: '#C48494'

red 196 ◦ green 132 ◦ blue 148

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

Shades of Puce #C48494

Tints of Puce #C48494

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.73%

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 41.18%
G = 27.73%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C48494 (or 0xC48494) is known color: Puce. HEX triplet: C4, 84 and 94. RGB value is (196,132,148). Sum of RGB (Red+Green+Blue) = 196+132+148=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C48494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48494 is #3B7B6B. Grayscale: #989898. Windows color (decimal): -3898220 or 9733316. OLE color: 9733316.

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

Color convert

RGB 196 132 148 -
CMYK 0 0.33 0.24 0.23
HSL 345º 0.35% 0.64% -
HSV(B) 345º 0.33% 0.77% -
XYZ 36.36 30.38 31.96 -
YUV 152.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 196 132 148 0 0.33 0.24 0.23 345 0.35 0.64
Hex C4 84 94 0 21 18 17 159 23 40
Octal 304 204 224 0 41 30 27 531 43 100
Binary 11000100 10000100 10010100 0 100001 11000 10111 101011001 100011 1000000

Color Harmonies of #C48494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48494

Black with #C48494

Text Example


Text Example

White with #C48494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48494; }

 p { color: rgb(196,132,148); }

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

background-color css

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

 a { background-color: rgb(196,132,148); }

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

border-color css

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

 span { border-color: rgb(196,132,148); }

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