Html Css Color HEX #C28092 Puce

📋 copy color: '#C28092'

red 194 ◦ green 128 ◦ blue 146

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

Shades of Puce #C28092

Tints of Puce #C28092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.35%

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

R = 41.45%
G = 27.35%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C28092 (or 0xC28092) is known color: Puce. HEX triplet: C2, 80 and 92. RGB value is (194,128,146). Sum of RGB (Red+Green+Blue) = 194+128+146=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C28092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28092 is #3D7F6D. Grayscale: #959595. Windows color (decimal): -4030318 or 9601218. OLE color: 9601218.

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

Color convert

RGB 194 128 146 -
CMYK 0 0.34 0.25 0.24
HSL 343.64º 0.35% 0.63% -
HSV(B) 343.64º 0.34% 0.76% -
XYZ 35.16 28.98 30.94 -
YUV 149.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 194 128 146 0 0.34 0.25 0.24 343.64 0.35 0.63
Hex C2 80 92 0 22 19 18 158 23 3F
Octal 302 200 222 0 42 31 30 530 43 77
Binary 11000010 10000000 10010010 0 100010 11001 11000 101011000 100011 111111

Color Harmonies of #C28092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28092

Black with #C28092

Text Example


Text Example

White with #C28092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28092; }

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

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

background-color css

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

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

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

border-color css

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

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

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