Html Css Color HEX #C28890 Puce

📋 copy color: '#C28890'

red 194 ◦ green 136 ◦ blue 144

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

Shades of Puce #C28890

Tints of Puce #C28890

RGB

 RED value IS 194 (76.17% from 255) = 40.93%

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

 BLUE value IS 144 (56.64% from 255) = 30.38%

R = 40.93%
G = 28.69%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C28890 (or 0xC28890) is known color: Puce. HEX triplet: C2, 88 and 90. RGB value is (194,136,144). Sum of RGB (Red+Green+Blue) = 194+136+144=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C28890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28890 is #3D776F. Grayscale: #9A9A9A. Windows color (decimal): -4028272 or 9472194. OLE color: 9472194.

HSL color Cylindrical-coordinate representation of color #C28890: hue angle of 351.72º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28890 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 144 -
CMYK 0 0.30 0.26 0.24
HSL 351.72º 0.32% 0.65% -
HSV(B) 351.72º 0.3% 0.76% -
XYZ 36.09 31.09 30.48 -
YUV 154.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 194 136 144 0 0.30 0.26 0.24 351.72 0.32 0.65
Hex C2 88 90 0 1E 1A 18 160 20 41
Octal 302 210 220 0 36 32 30 540 40 101
Binary 11000010 10001000 10010000 0 11110 11010 11000 101100000 100000 1000001

Color Harmonies of #C28890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28890

Black with #C28890

Text Example


Text Example

White with #C28890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28890; }

 p { color: rgb(194,136,144); }

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

background-color css

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

 a { background-color: rgb(194,136,144); }

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

border-color css

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

 span { border-color: rgb(194,136,144); }

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