Html Css Color HEX #C98198 Puce

📋 copy color: '#C98198'

red 201 ◦ green 129 ◦ blue 152

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

Shades of Puce #C98198

Tints of Puce #C98198

RGB

 RED value IS 201 (78.91% from 255) = 41.7%

 GREEN value IS 129 (50.78% from 255) = 26.76%

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

R = 41.7%
G = 26.76%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C98198 (or 0xC98198) is known color: Puce. HEX triplet: C9, 81 and 98. RGB value is (201,129,152). Sum of RGB (Red+Green+Blue) = 201+129+152=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C98198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98198 is #367E67. Grayscale: #999999. Windows color (decimal): -3571304 or 9994697. OLE color: 9994697.

HSL color Cylindrical-coordinate representation of color #C98198: hue angle of 340.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C98198 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 129 152 -
CMYK 0 0.36 0.24 0.21
HSL 340.83º 0.4% 0.65% -
HSV(B) 340.83º 0.36% 0.79% -
XYZ 37.61 30.39 33.59 -
YUV 153.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 201 129 152 0 0.36 0.24 0.21 340.83 0.4 0.65
Hex C9 81 98 0 24 18 15 155 28 41
Octal 311 201 230 0 44 30 25 525 50 101
Binary 11001001 10000001 10011000 0 100100 11000 10101 101010101 101000 1000001

Color Harmonies of #C98198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98198

Black with #C98198

Text Example


Text Example

White with #C98198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98198; }

 p { color: rgb(201,129,152); }

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

background-color css

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

 a { background-color: rgb(201,129,152); }

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

border-color css

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

 span { border-color: rgb(201,129,152); }

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