Html Css Color HEX #C4888A Puce

📋 copy color: '#C4888A'

red 196 ◦ green 136 ◦ blue 138

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

Shades of Puce #C4888A

Tints of Puce #C4888A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 41.7%
G = 28.94%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4888A (or 0xC4888A) is known color: Puce. HEX triplet: C4, 88 and 8A. RGB value is (196,136,138). Sum of RGB (Red+Green+Blue) = 196+136+138=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4888A is #3B7775. Grayscale: #9A9A9A. Windows color (decimal): -3897206 or 9078980. OLE color: 9078980.

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

Color convert

RGB 196 136 138 -
CMYK 0 0.31 0.30 0.23
HSL 358º 0.34% 0.65% -
HSV(B) 358º 0.31% 0.77% -
XYZ 36.16 31.18 28.16 -
YUV 154.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 196 136 138 0 0.31 0.30 0.23 358 0.34 0.65
Hex C4 88 8A 0 1F 1E 17 166 22 41
Octal 304 210 212 0 37 36 27 546 42 101
Binary 11000100 10001000 10001010 0 11111 11110 10111 101100110 100010 1000001

Color Harmonies of #C4888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4888A

Black with #C4888A

Text Example


Text Example

White with #C4888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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