Html Css Color HEX #C4848F Puce

📋 copy color: '#C4848F'

red 196 ◦ green 132 ◦ blue 143

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

Shades of Puce #C4848F

Tints of Puce #C4848F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.36%

R = 41.61%
G = 28.03%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4848F (or 0xC4848F) is known color: Puce. HEX triplet: C4, 84 and 8F. RGB value is (196,132,143). Sum of RGB (Red+Green+Blue) = 196+132+143=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4848F is #3B7B70. Grayscale: #989898. Windows color (decimal): -3898225 or 9405636. OLE color: 9405636.

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

Color convert

RGB 196 132 143 -
CMYK 0 0.33 0.27 0.23
HSL 349.69º 0.35% 0.64% -
HSV(B) 349.69º 0.33% 0.77% -
XYZ 35.97 30.22 29.92 -
YUV 152.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 196 132 143 0 0.33 0.27 0.23 349.69 0.35 0.64
Hex C4 84 8F 0 21 1B 17 15E 23 40
Octal 304 204 217 0 41 33 27 536 43 100
Binary 11000100 10000100 10001111 0 100001 11011 10111 101011110 100011 1000000

Color Harmonies of #C4848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4848F

Black with #C4848F

Text Example


Text Example

White with #C4848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4848F; }

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

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

background-color css

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

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

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

border-color css

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

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

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