Html Css Color HEX #C28994 Puce

📋 copy color: '#C28994'

red 194 ◦ green 137 ◦ blue 148

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

Shades of Puce #C28994

Tints of Puce #C28994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.6%

 BLUE value IS 148 (58.2% from 255) = 30.9%

R = 40.5%
G = 28.6%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C28994 (or 0xC28994) is known color: Puce. HEX triplet: C2, 89 and 94. RGB value is (194,137,148). Sum of RGB (Red+Green+Blue) = 194+137+148=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C28994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28994 is #3D766B. Grayscale: #9B9B9B. Windows color (decimal): -4028012 or 9734594. OLE color: 9734594.

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

Color convert

RGB 194 137 148 -
CMYK 0 0.29 0.24 0.24
HSL 348.42º 0.32% 0.65% -
HSV(B) 348.42º 0.29% 0.76% -
XYZ 36.54 31.5 32.17 -
YUV 155.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 194 137 148 0 0.29 0.24 0.24 348.42 0.32 0.65
Hex C2 89 94 0 1D 18 18 15C 20 41
Octal 302 211 224 0 35 30 30 534 40 101
Binary 11000010 10001001 10010100 0 11101 11000 11000 101011100 100000 1000001

Color Harmonies of #C28994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28994

Black with #C28994

Text Example


Text Example

White with #C28994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28994; }

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

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

background-color css

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

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

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

border-color css

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

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

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