Html Css Color HEX #C28199 Puce

📋 copy color: '#C28199'

red 194 ◦ green 129 ◦ blue 153

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

Shades of Puce #C28199

Tints of Puce #C28199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.1%

 BLUE value IS 153 (60.16% from 255) = 32.14%

R = 40.76%
G = 27.1%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C28199 (or 0xC28199) is known color: Puce. HEX triplet: C2, 81 and 99. RGB value is (194,129,153). Sum of RGB (Red+Green+Blue) = 194+129+153=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C28199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28199 is #3D7E66. Grayscale: #979797. Windows color (decimal): -4030055 or 10060226. OLE color: 10060226.

HSL color Cylindrical-coordinate representation of color #C28199: hue angle of 337.85º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C28199 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 129 153 -
CMYK 0 0.34 0.21 0.24
HSL 337.85º 0.35% 0.63% -
HSV(B) 337.85º 0.34% 0.76% -
XYZ 35.85 29.47 33.94 -
YUV 151.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 194 129 153 0 0.34 0.21 0.24 337.85 0.35 0.63
Hex C2 81 99 0 22 15 18 152 23 3F
Octal 302 201 231 0 42 25 30 522 43 77
Binary 11000010 10000001 10011001 0 100010 10101 11000 101010010 100011 111111

Color Harmonies of #C28199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28199

Black with #C28199

Text Example


Text Example

White with #C28199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28199; }

 p { color: rgb(194,129,153); }

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

background-color css

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

 a { background-color: rgb(194,129,153); }

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

border-color css

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

 span { border-color: rgb(194,129,153); }

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