Html Css Color HEX #C28499 Puce

📋 copy color: '#C28499'

red 194 ◦ green 132 ◦ blue 153

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

Shades of Puce #C28499

Tints of Puce #C28499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.56%

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

R = 40.5%
G = 27.56%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C28499 (or 0xC28499) is known color: Puce. HEX triplet: C2, 84 and 99. RGB value is (194,132,153). Sum of RGB (Red+Green+Blue) = 194+132+153=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C28499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28499 is #3D7B66. Grayscale: #989898. Windows color (decimal): -4029287 or 10060994. OLE color: 10060994.

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

Color convert

RGB 194 132 153 -
CMYK 0 0.32 0.21 0.24
HSL 339.68º 0.34% 0.64% -
HSV(B) 339.68º 0.32% 0.76% -
XYZ 36.25 30.27 34.07 -
YUV 152.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 194 132 153 0 0.32 0.21 0.24 339.68 0.34 0.64
Hex C2 84 99 0 20 15 18 154 22 40
Octal 302 204 231 0 40 25 30 524 42 100
Binary 11000010 10000100 10011001 0 100000 10101 11000 101010100 100010 1000000

Color Harmonies of #C28499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28499

Black with #C28499

Text Example


Text Example

White with #C28499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28499; }

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

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

background-color css

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

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

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

border-color css

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

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

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