Html Css Color HEX #C28895 Puce

📋 copy color: '#C28895'

red 194 ◦ green 136 ◦ blue 149

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

Shades of Puce #C28895

Tints of Puce #C28895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.11%

R = 40.5%
G = 28.39%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C28895 (or 0xC28895) is known color: Puce. HEX triplet: C2, 88 and 95. RGB value is (194,136,149). Sum of RGB (Red+Green+Blue) = 194+136+149=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C28895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28895 is #3D776A. Grayscale: #9A9A9A. Windows color (decimal): -4028267 or 9799874. OLE color: 9799874.

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

Color convert

RGB 194 136 149 -
CMYK 0 0.30 0.23 0.24
HSL 346.55º 0.32% 0.65% -
HSV(B) 346.55º 0.3% 0.76% -
XYZ 36.48 31.25 32.54 -
YUV 154.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 194 136 149 0 0.30 0.23 0.24 346.55 0.32 0.65
Hex C2 88 95 0 1E 17 18 15B 20 41
Octal 302 210 225 0 36 27 30 533 40 101
Binary 11000010 10001000 10010101 0 11110 10111 11000 101011011 100000 1000001

Color Harmonies of #C28895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28895

Black with #C28895

Text Example


Text Example

White with #C28895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28895; }

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

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

background-color css

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

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

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

border-color css

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

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

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