Html Css Color HEX #C4888E Puce

📋 copy color: '#C4888E'

red 196 ◦ green 136 ◦ blue 142

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

Shades of Puce #C4888E

Tints of Puce #C4888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.69%

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

R = 41.35%
G = 28.69%
B = 29.96%

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

#C4888E (or 0xC4888E) is known color: Puce. HEX triplet: C4, 88 and 8E. RGB value is (196,136,142). Sum of RGB (Red+Green+Blue) = 196+136+142=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C4888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4888E is #3B7771. Grayscale: #9A9A9A. Windows color (decimal): -3897202 or 9341124. OLE color: 9341124.

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

Color convert

RGB 196 136 142 -
CMYK 0 0.31 0.28 0.23
HSL 354º 0.34% 0.65% -
HSV(B) 354º 0.31% 0.77% -
XYZ 36.45 31.3 29.71 -
YUV 154.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 196 136 142 0 0.31 0.28 0.23 354 0.34 0.65
Hex C4 88 8E 0 1F 1C 17 162 22 41
Octal 304 210 216 0 37 34 27 542 42 101
Binary 11000100 10001000 10001110 0 11111 11100 10111 101100010 100010 1000001

Color Harmonies of #C4888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4888E

Black with #C4888E

Text Example


Text Example

White with #C4888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4888E; }

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

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

background-color css

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

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

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

border-color css

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

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

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