Html Css Color HEX #C98B8E Puce

📋 copy color: '#C98B8E'

red 201 ◦ green 139 ◦ blue 142

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

Shades of Puce #C98B8E

Tints of Puce #C98B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.46%

R = 41.7%
G = 28.84%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C98B8E (or 0xC98B8E) is known color: Puce. HEX triplet: C9, 8B and 8E. RGB value is (201,139,142). Sum of RGB (Red+Green+Blue) = 201+139+142=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98B8E is #367471. Grayscale: #9D9D9D. Windows color (decimal): -3568754 or 9341897. OLE color: 9341897.

HSL color Cylindrical-coordinate representation of color #C98B8E: hue angle of 357.1º 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 #C98B8E is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 139 142 -
CMYK 0 0.31 0.29 0.21
HSL 357.1º 0.36% 0.67% -
HSV(B) 357.1º 0.31% 0.79% -
XYZ 38.2 32.84 29.92 -
YUV 157.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 201 139 142 0 0.31 0.29 0.21 357.1 0.36 0.67
Hex C9 8B 8E 0 1F 1D 15 165 24 43
Octal 311 213 216 0 37 35 25 545 44 103
Binary 11001001 10001011 10001110 0 11111 11101 10101 101100101 100100 1000011

Color Harmonies of #C98B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B8E

Black with #C98B8E

Text Example


Text Example

White with #C98B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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