Html Css Color HEX #C28889 Puce

📋 copy color: '#C28889'

red 194 ◦ green 136 ◦ blue 137

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

Shades of Puce #C28889

Tints of Puce #C28889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.34%

R = 41.54%
G = 29.12%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C28889 (or 0xC28889) is known color: Puce. HEX triplet: C2, 88 and 89. RGB value is (194,136,137). Sum of RGB (Red+Green+Blue) = 194+136+137=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C28889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28889 is #3D7776. Grayscale: #999999. Windows color (decimal): -4028279 or 9013442. OLE color: 9013442.

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

Color convert

RGB 194 136 137 -
CMYK 0 0.30 0.29 0.24
HSL 358.97º 0.32% 0.65% -
HSV(B) 358.97º 0.3% 0.76% -
XYZ 35.57 30.88 27.75 -
YUV 153.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 194 136 137 0 0.30 0.29 0.24 358.97 0.32 0.65
Hex C2 88 89 0 1E 1D 18 167 20 41
Octal 302 210 211 0 36 35 30 547 40 101
Binary 11000010 10001000 10001001 0 11110 11101 11000 101100111 100000 1000001

Color Harmonies of #C28889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28889

Black with #C28889

Text Example


Text Example

White with #C28889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28889; }

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

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

background-color css

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

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

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

border-color css

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

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

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