Html Css Color HEX #C4888B Puce

📋 copy color: '#C4888B'

red 196 ◦ green 136 ◦ blue 139

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

Shades of Puce #C4888B

Tints of Puce #C4888B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 41.61%
G = 28.87%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4888B (or 0xC4888B) is known color: Puce. HEX triplet: C4, 88 and 8B. RGB value is (196,136,139). Sum of RGB (Red+Green+Blue) = 196+136+139=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4888B is #3B7774. Grayscale: #9A9A9A. Windows color (decimal): -3897205 or 9144516. OLE color: 9144516.

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

Color convert

RGB 196 136 139 -
CMYK 0 0.31 0.29 0.23
HSL 357º 0.34% 0.65% -
HSV(B) 357º 0.31% 0.77% -
XYZ 36.23 31.21 28.54 -
YUV 154.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 196 136 139 0 0.31 0.29 0.23 357 0.34 0.65
Hex C4 88 8B 0 1F 1D 17 165 22 41
Octal 304 210 213 0 37 35 27 545 42 101
Binary 11000100 10001000 10001011 0 11111 11101 10111 101100101 100010 1000001

Color Harmonies of #C4888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4888B

Black with #C4888B

Text Example


Text Example

White with #C4888B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4888B; }

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

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

background-color css

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

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

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

border-color css

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

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

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