Html Css Color HEX #C48498 Puce

📋 copy color: '#C48498'

red 196 ◦ green 132 ◦ blue 152

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

Shades of Puce #C48498

Tints of Puce #C48498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.67%

R = 40.83%
G = 27.5%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C48498 (or 0xC48498) is known color: Puce. HEX triplet: C4, 84 and 98. RGB value is (196,132,152). Sum of RGB (Red+Green+Blue) = 196+132+152=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C48498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48498 is #3B7B67. Grayscale: #999999. Windows color (decimal): -3898216 or 9995460. OLE color: 9995460.

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

Color convert

RGB 196 132 152 -
CMYK 0 0.33 0.22 0.23
HSL 341.25º 0.35% 0.64% -
HSV(B) 341.25º 0.33% 0.77% -
XYZ 36.68 30.51 33.66 -
YUV 153.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 196 132 152 0 0.33 0.22 0.23 341.25 0.35 0.64
Hex C4 84 98 0 21 16 17 155 23 40
Octal 304 204 230 0 41 26 27 525 43 100
Binary 11000100 10000100 10011000 0 100001 10110 10111 101010101 100011 1000000

Color Harmonies of #C48498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48498

Black with #C48498

Text Example


Text Example

White with #C48498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48498; }

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

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

background-color css

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

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

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

border-color css

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

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

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