Html Css Color HEX #C28492 Puce

📋 copy color: '#C28492'

red 194 ◦ green 132 ◦ blue 146

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

Shades of Puce #C28492

Tints of Puce #C28492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.93%

R = 41.1%
G = 27.97%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C28492 (or 0xC28492) is known color: Puce. HEX triplet: C2, 84 and 92. RGB value is (194,132,146). Sum of RGB (Red+Green+Blue) = 194+132+146=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C28492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28492 is #3D7B6D. Grayscale: #989898. Windows color (decimal): -4029294 or 9602242. OLE color: 9602242.

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

Color convert

RGB 194 132 146 -
CMYK 0 0.32 0.25 0.24
HSL 346.45º 0.34% 0.64% -
HSV(B) 346.45º 0.32% 0.76% -
XYZ 35.69 30.05 31.11 -
YUV 152.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 194 132 146 0 0.32 0.25 0.24 346.45 0.34 0.64
Hex C2 84 92 0 20 19 18 15A 22 40
Octal 302 204 222 0 40 31 30 532 42 100
Binary 11000010 10000100 10010010 0 100000 11001 11000 101011010 100010 1000000

Color Harmonies of #C28492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28492

Black with #C28492

Text Example


Text Example

White with #C28492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28492; }

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

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

background-color css

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

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

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

border-color css

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

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

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