Html Css Color HEX #C4858F Puce

📋 copy color: '#C4858F'

red 196 ◦ green 133 ◦ blue 143

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

Shades of Puce #C4858F

Tints of Puce #C4858F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

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

R = 41.53%
G = 28.18%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4858F (or 0xC4858F) is known color: Puce. HEX triplet: C4, 85 and 8F. RGB value is (196,133,143). Sum of RGB (Red+Green+Blue) = 196+133+143=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4858F is #3B7A70. Grayscale: #989898. Windows color (decimal): -3897969 or 9405892. OLE color: 9405892.

HSL color Cylindrical-coordinate representation of color #C4858F: hue angle of 350.48º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4858F is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 143 -
CMYK 0 0.32 0.27 0.23
HSL 350.48º 0.35% 0.65% -
HSV(B) 350.48º 0.32% 0.77% -
XYZ 36.11 30.49 29.97 -
YUV 152.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 196 133 143 0 0.32 0.27 0.23 350.48 0.35 0.65
Hex C4 85 8F 0 20 1B 17 15E 23 41
Octal 304 205 217 0 40 33 27 536 43 101
Binary 11000100 10000101 10001111 0 100000 11011 10111 101011110 100011 1000001

Color Harmonies of #C4858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4858F

Black with #C4858F

Text Example


Text Example

White with #C4858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4858F; }

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

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

background-color css

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

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

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

border-color css

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

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

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