Html Css Color HEX #C4849C Puce

📋 copy color: '#C4849C'

red 196 ◦ green 132 ◦ blue 156

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

Shades of Puce #C4849C

Tints of Puce #C4849C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.23%

R = 40.5%
G = 27.27%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C4849C (or 0xC4849C) is known color: Puce. HEX triplet: C4, 84 and 9C. RGB value is (196,132,156). Sum of RGB (Red+Green+Blue) = 196+132+156=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4849C is #3B7B63. Grayscale: #999999. Windows color (decimal): -3898212 or 10257604. OLE color: 10257604.

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

Color convert

RGB 196 132 156 -
CMYK 0 0.33 0.20 0.23
HSL 337.5º 0.35% 0.64% -
HSV(B) 337.5º 0.33% 0.77% -
XYZ 37.02 30.64 35.42 -
YUV 153.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 196 132 156 0 0.33 0.20 0.23 337.5 0.35 0.64
Hex C4 84 9C 0 21 14 17 152 23 40
Octal 304 204 234 0 41 24 27 522 43 100
Binary 11000100 10000100 10011100 0 100001 10100 10111 101010010 100011 1000000

Color Harmonies of #C4849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4849C

Black with #C4849C

Text Example


Text Example

White with #C4849C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4849C; }

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

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

background-color css

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

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

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

border-color css

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

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

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