Html Css Color HEX #C28094 Puce

📋 copy color: '#C28094'

red 194 ◦ green 128 ◦ blue 148

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

Shades of Puce #C28094

Tints of Puce #C28094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.49%

R = 41.28%
G = 27.23%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C28094 (or 0xC28094) is known color: Puce. HEX triplet: C2, 80 and 94. RGB value is (194,128,148). Sum of RGB (Red+Green+Blue) = 194+128+148=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C28094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28094 is #3D7F6B. Grayscale: #969696. Windows color (decimal): -4030316 or 9732290. OLE color: 9732290.

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

Color convert

RGB 194 128 148 -
CMYK 0 0.34 0.24 0.24
HSL 341.82º 0.35% 0.63% -
HSV(B) 341.82º 0.34% 0.76% -
XYZ 35.31 29.05 31.76 -
YUV 150.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 194 128 148 0 0.34 0.24 0.24 341.82 0.35 0.63
Hex C2 80 94 0 22 18 18 156 23 3F
Octal 302 200 224 0 42 30 30 526 43 77
Binary 11000010 10000000 10010100 0 100010 11000 11000 101010110 100011 111111

Color Harmonies of #C28094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28094

Black with #C28094

Text Example


Text Example

White with #C28094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28094; }

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

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

background-color css

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

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

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

border-color css

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

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

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