Html Css Color HEX #C4848D Puce

📋 copy color: '#C4848D'

red 196 ◦ green 132 ◦ blue 141

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

Shades of Puce #C4848D

Tints of Puce #C4848D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 41.79%
G = 28.14%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4848D (or 0xC4848D) is known color: Puce. HEX triplet: C4, 84 and 8D. RGB value is (196,132,141). Sum of RGB (Red+Green+Blue) = 196+132+141=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4848D is #3B7B72. Grayscale: #989898. Windows color (decimal): -3898227 or 9274564. OLE color: 9274564.

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

Color convert

RGB 196 132 141 -
CMYK 0 0.33 0.28 0.23
HSL 351.56º 0.35% 0.64% -
HSV(B) 351.56º 0.33% 0.77% -
XYZ 35.82 30.16 29.13 -
YUV 152.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 196 132 141 0 0.33 0.28 0.23 351.56 0.35 0.64
Hex C4 84 8D 0 21 1C 17 160 23 40
Octal 304 204 215 0 41 34 27 540 43 100
Binary 11000100 10000100 10001101 0 100001 11100 10111 101100000 100011 1000000

Color Harmonies of #C4848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4848D

Black with #C4848D

Text Example


Text Example

White with #C4848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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