Html Css Color HEX #C4888D Puce

📋 copy color: '#C4888D'

red 196 ◦ green 136 ◦ blue 141

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

Shades of Puce #C4888D

Tints of Puce #C4888D

RGB

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

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

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

R = 41.44%
G = 28.75%
B = 29.81%

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

#C4888D (or 0xC4888D) is known color: Puce. HEX triplet: C4, 88 and 8D. RGB value is (196,136,141). Sum of RGB (Red+Green+Blue) = 196+136+141=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4888D is #3B7772. Grayscale: #9A9A9A. Windows color (decimal): -3897203 or 9275588. OLE color: 9275588.

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

Color convert

RGB 196 136 141 -
CMYK 0 0.31 0.28 0.23
HSL 355º 0.34% 0.65% -
HSV(B) 355º 0.31% 0.77% -
XYZ 36.38 31.27 29.32 -
YUV 154.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 196 136 141 0 0.31 0.28 0.23 355 0.34 0.65
Hex C4 88 8D 0 1F 1C 17 163 22 41
Octal 304 210 215 0 37 34 27 543 42 101
Binary 11000100 10001000 10001101 0 11111 11100 10111 101100011 100010 1000001

Color Harmonies of #C4888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4888D

Black with #C4888D

Text Example


Text Example

White with #C4888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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