Html Css Color HEX #C28299 Puce

📋 copy color: '#C28299'

red 194 ◦ green 130 ◦ blue 153

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

Shades of Puce #C28299

Tints of Puce #C28299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.25%

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

R = 40.67%
G = 27.25%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C28299 (or 0xC28299) is known color: Puce. HEX triplet: C2, 82 and 99. RGB value is (194,130,153). Sum of RGB (Red+Green+Blue) = 194+130+153=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C28299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28299 is #3D7D66. Grayscale: #979797. Windows color (decimal): -4029799 or 10060482. OLE color: 10060482.

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

Color convert

RGB 194 130 153 -
CMYK 0 0.33 0.21 0.24
HSL 338.44º 0.34% 0.64% -
HSV(B) 338.44º 0.33% 0.76% -
XYZ 35.98 29.73 33.98 -
YUV 151.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 194 130 153 0 0.33 0.21 0.24 338.44 0.34 0.64
Hex C2 82 99 0 21 15 18 152 22 40
Octal 302 202 231 0 41 25 30 522 42 100
Binary 11000010 10000010 10011001 0 100001 10101 11000 101010010 100010 1000000

Color Harmonies of #C28299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28299

Black with #C28299

Text Example


Text Example

White with #C28299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28299; }

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

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

background-color css

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

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

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

border-color css

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

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

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