Html Css Color HEX #C98C8F Puce

📋 copy color: '#C98C8F'

red 201 ◦ green 140 ◦ blue 143

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

Shades of Puce #C98C8F

Tints of Puce #C98C8F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.93%

 BLUE value IS 143 (56.25% from 255) = 29.55%

R = 41.53%
G = 28.93%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C98C8F (or 0xC98C8F) is known color: Puce. HEX triplet: C9, 8C and 8F. RGB value is (201,140,143). Sum of RGB (Red+Green+Blue) = 201+140+143=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98C8F is #367370. Grayscale: #9E9E9E. Windows color (decimal): -3568497 or 9407689. OLE color: 9407689.

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

Color convert

RGB 201 140 143 -
CMYK 0 0.30 0.29 0.21
HSL 357.05º 0.36% 0.67% -
HSV(B) 357.05º 0.3% 0.79% -
XYZ 38.42 33.16 30.36 -
YUV 158.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 201 140 143 0 0.30 0.29 0.21 357.05 0.36 0.67
Hex C9 8C 8F 0 1E 1D 15 165 24 43
Octal 311 214 217 0 36 35 25 545 44 103
Binary 11001001 10001100 10001111 0 11110 11101 10101 101100101 100100 1000011

Color Harmonies of #C98C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98C8F

Black with #C98C8F

Text Example


Text Example

White with #C98C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98C8F; }

 p { color: rgb(201,140,143); }

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

background-color css

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

 a { background-color: rgb(201,140,143); }

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

border-color css

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

 span { border-color: rgb(201,140,143); }

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