Html Css Color HEX #C98B9A Puce

📋 copy color: '#C98B9A'

red 201 ◦ green 139 ◦ blue 154

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

Shades of Puce #C98B9A

Tints of Puce #C98B9A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.14%

 BLUE value IS 154 (60.55% from 255) = 31.17%

R = 40.69%
G = 28.14%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C98B9A (or 0xC98B9A) is known color: Puce. HEX triplet: C9, 8B and 9A. RGB value is (201,139,154). Sum of RGB (Red+Green+Blue) = 201+139+154=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98B9A is #367465. Grayscale: #9F9F9F. Windows color (decimal): -3568742 or 10128329. OLE color: 10128329.

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

Color convert

RGB 201 139 154 -
CMYK 0 0.31 0.23 0.21
HSL 345.48º 0.36% 0.67% -
HSV(B) 345.48º 0.31% 0.79% -
XYZ 39.15 33.22 34.92 -
YUV 159.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 201 139 154 0 0.31 0.23 0.21 345.48 0.36 0.67
Hex C9 8B 9A 0 1F 17 15 159 24 43
Octal 311 213 232 0 37 27 25 531 44 103
Binary 11001001 10001011 10011010 0 11111 10111 10101 101011001 100100 1000011

Color Harmonies of #C98B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B9A

Black with #C98B9A

Text Example


Text Example

White with #C98B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B9A; }

 p { color: rgb(201,139,154); }

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

background-color css

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

 a { background-color: rgb(201,139,154); }

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

border-color css

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

 span { border-color: rgb(201,139,154); }

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