Html Css Color HEX #C2888E Puce

📋 copy color: '#C2888E'

red 194 ◦ green 136 ◦ blue 142

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

Shades of Puce #C2888E

Tints of Puce #C2888E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.08%

R = 41.1%
G = 28.81%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2888E (or 0xC2888E) is known color: Puce. HEX triplet: C2, 88 and 8E. RGB value is (194,136,142). Sum of RGB (Red+Green+Blue) = 194+136+142=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2888E is #3D7771. Grayscale: #9A9A9A. Windows color (decimal): -4028274 or 9341122. OLE color: 9341122.

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

Color convert

RGB 194 136 142 -
CMYK 0 0.30 0.27 0.24
HSL 353.79º 0.32% 0.65% -
HSV(B) 353.79º 0.3% 0.76% -
XYZ 35.93 31.03 29.69 -
YUV 154.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 194 136 142 0 0.30 0.27 0.24 353.79 0.32 0.65
Hex C2 88 8E 0 1E 1B 18 162 20 41
Octal 302 210 216 0 36 33 30 542 40 101
Binary 11000010 10001000 10001110 0 11110 11011 11000 101100010 100000 1000001

Color Harmonies of #C2888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2888E

Black with #C2888E

Text Example


Text Example

White with #C2888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2888E; }

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

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

background-color css

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

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

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

border-color css

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

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

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