Html Css Color HEX #C4878E Puce

📋 copy color: '#C4878E'

red 196 ◦ green 135 ◦ blue 142

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

Shades of Puce #C4878E

Tints of Puce #C4878E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.54%

 BLUE value IS 142 (55.86% from 255) = 30.02%

R = 41.44%
G = 28.54%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4878E (or 0xC4878E) is known color: Puce. HEX triplet: C4, 87 and 8E. RGB value is (196,135,142). Sum of RGB (Red+Green+Blue) = 196+135+142=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4878E is #3B7871. Grayscale: #9A9A9A. Windows color (decimal): -3897458 or 9340868. OLE color: 9340868.

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

Color convert

RGB 196 135 142 -
CMYK 0 0.31 0.28 0.23
HSL 353.11º 0.34% 0.65% -
HSV(B) 353.11º 0.31% 0.77% -
XYZ 36.31 31.02 29.66 -
YUV 154.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 196 135 142 0 0.31 0.28 0.23 353.11 0.34 0.65
Hex C4 87 8E 0 1F 1C 17 161 22 41
Octal 304 207 216 0 37 34 27 541 42 101
Binary 11000100 10000111 10001110 0 11111 11100 10111 101100001 100010 1000001

Color Harmonies of #C4878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4878E

Black with #C4878E

Text Example


Text Example

White with #C4878E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4878E; }

 p { color: rgb(196,135,142); }

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

background-color css

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

 a { background-color: rgb(196,135,142); }

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

border-color css

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

 span { border-color: rgb(196,135,142); }

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