Html Css Color HEX #C28098 Puce

📋 copy color: '#C28098'

red 194 ◦ green 128 ◦ blue 152

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

Shades of Puce #C28098

Tints of Puce #C28098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.07%

R = 40.93%
G = 27%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C28098 (or 0xC28098) is known color: Puce. HEX triplet: C2, 80 and 98. RGB value is (194,128,152). Sum of RGB (Red+Green+Blue) = 194+128+152=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C28098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28098 is #3D7F67. Grayscale: #969696. Windows color (decimal): -4030312 or 9994434. OLE color: 9994434.

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

Color convert

RGB 194 128 152 -
CMYK 0 0.34 0.22 0.24
HSL 338.18º 0.35% 0.63% -
HSV(B) 338.18º 0.34% 0.76% -
XYZ 35.63 29.17 33.46 -
YUV 150.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 194 128 152 0 0.34 0.22 0.24 338.18 0.35 0.63
Hex C2 80 98 0 22 16 18 152 23 3F
Octal 302 200 230 0 42 26 30 522 43 77
Binary 11000010 10000000 10011000 0 100010 10110 11000 101010010 100011 111111

Color Harmonies of #C28098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28098

Black with #C28098

Text Example


Text Example

White with #C28098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28098; }

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

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

background-color css

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

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

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

border-color css

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

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

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