Html Css Color HEX #C28493 Puce

📋 copy color: '#C28493'

red 194 ◦ green 132 ◦ blue 147

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

Shades of Puce #C28493

Tints of Puce #C28493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.08%

R = 41.01%
G = 27.91%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C28493 (or 0xC28493) is known color: Puce. HEX triplet: C2, 84 and 93. RGB value is (194,132,147). Sum of RGB (Red+Green+Blue) = 194+132+147=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C28493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28493 is #3D7B6C. Grayscale: #989898. Windows color (decimal): -4029293 or 9667778. OLE color: 9667778.

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

Color convert

RGB 194 132 147 -
CMYK 0 0.32 0.24 0.24
HSL 345.48º 0.34% 0.64% -
HSV(B) 345.48º 0.32% 0.76% -
XYZ 35.77 30.08 31.52 -
YUV 152.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 194 132 147 0 0.32 0.24 0.24 345.48 0.34 0.64
Hex C2 84 93 0 20 18 18 159 22 40
Octal 302 204 223 0 40 30 30 531 42 100
Binary 11000010 10000100 10010011 0 100000 11000 11000 101011001 100010 1000000

Color Harmonies of #C28493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28493

Black with #C28493

Text Example


Text Example

White with #C28493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28493; }

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

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

background-color css

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

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

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

border-color css

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

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

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