Html Css Color HEX #C28490 Puce

📋 copy color: '#C28490'

red 194 ◦ green 132 ◦ blue 144

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

Shades of Puce #C28490

Tints of Puce #C28490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.64%

R = 41.28%
G = 28.09%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C28490 (or 0xC28490) is known color: Puce. HEX triplet: C2, 84 and 90. RGB value is (194,132,144). Sum of RGB (Red+Green+Blue) = 194+132+144=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C28490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28490 is #3D7B6F. Grayscale: #979797. Windows color (decimal): -4029296 or 9471170. OLE color: 9471170.

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

Color convert

RGB 194 132 144 -
CMYK 0 0.32 0.26 0.24
HSL 348.39º 0.34% 0.64% -
HSV(B) 348.39º 0.32% 0.76% -
XYZ 35.53 29.99 30.3 -
YUV 151.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 194 132 144 0 0.32 0.26 0.24 348.39 0.34 0.64
Hex C2 84 90 0 20 1A 18 15C 22 40
Octal 302 204 220 0 40 32 30 534 42 100
Binary 11000010 10000100 10010000 0 100000 11010 11000 101011100 100010 1000000

Color Harmonies of #C28490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28490

Black with #C28490

Text Example


Text Example

White with #C28490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28490; }

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

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

background-color css

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

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

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

border-color css

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

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

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