Html Css Color HEX #C28498 Puce

📋 copy color: '#C28498'

red 194 ◦ green 132 ◦ blue 152

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

Shades of Puce #C28498

Tints of Puce #C28498

RGB

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

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

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

R = 40.59%
G = 27.62%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C28498 (or 0xC28498) is known color: Puce. HEX triplet: C2, 84 and 98. RGB value is (194,132,152). Sum of RGB (Red+Green+Blue) = 194+132+152=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C28498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28498 is #3D7B67. Grayscale: #989898. Windows color (decimal): -4029288 or 9995458. OLE color: 9995458.

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

Color convert

RGB 194 132 152 -
CMYK 0 0.32 0.22 0.24
HSL 340.65º 0.34% 0.64% -
HSV(B) 340.65º 0.32% 0.76% -
XYZ 36.17 30.24 33.64 -
YUV 152.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 194 132 152 0 0.32 0.22 0.24 340.65 0.34 0.64
Hex C2 84 98 0 20 16 18 155 22 40
Octal 302 204 230 0 40 26 30 525 42 100
Binary 11000010 10000100 10011000 0 100000 10110 11000 101010101 100010 1000000

Color Harmonies of #C28498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28498

Black with #C28498

Text Example


Text Example

White with #C28498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28498; }

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

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

background-color css

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

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

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

border-color css

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

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

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