Html Css Color HEX #C28495 Puce

📋 copy color: '#C28495'

red 194 ◦ green 132 ◦ blue 149

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

Shades of Puce #C28495

Tints of Puce #C28495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.37%

R = 40.84%
G = 27.79%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C28495 (or 0xC28495) is known color: Puce. HEX triplet: C2, 84 and 95. RGB value is (194,132,149). Sum of RGB (Red+Green+Blue) = 194+132+149=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C28495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28495 is #3D7B6A. Grayscale: #989898. Windows color (decimal): -4029291 or 9798850. OLE color: 9798850.

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

Color convert

RGB 194 132 149 -
CMYK 0 0.32 0.23 0.24
HSL 343.55º 0.34% 0.64% -
HSV(B) 343.55º 0.32% 0.76% -
XYZ 35.92 30.14 32.36 -
YUV 152.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 194 132 149 0 0.32 0.23 0.24 343.55 0.34 0.64
Hex C2 84 95 0 20 17 18 158 22 40
Octal 302 204 225 0 40 27 30 530 42 100
Binary 11000010 10000100 10010101 0 100000 10111 11000 101011000 100010 1000000

Color Harmonies of #C28495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28495

Black with #C28495

Text Example


Text Example

White with #C28495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28495; }

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

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

background-color css

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

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

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

border-color css

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

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

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