Html Css Color HEX #C98B8F Puce

📋 copy color: '#C98B8F'

red 201 ◦ green 139 ◦ blue 143

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

Shades of Puce #C98B8F

Tints of Puce #C98B8F

RGB

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

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

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

R = 41.61%
G = 28.78%
B = 29.61%

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

#C98B8F (or 0xC98B8F) is known color: Puce. HEX triplet: C9, 8B and 8F. RGB value is (201,139,143). Sum of RGB (Red+Green+Blue) = 201+139+143=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98B8F is #367470. Grayscale: #9E9E9E. Windows color (decimal): -3568753 or 9407433. OLE color: 9407433.

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

Color convert

RGB 201 139 143 -
CMYK 0 0.31 0.29 0.21
HSL 356.13º 0.36% 0.67% -
HSV(B) 356.13º 0.31% 0.79% -
XYZ 38.28 32.87 30.31 -
YUV 157.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 201 139 143 0 0.31 0.29 0.21 356.13 0.36 0.67
Hex C9 8B 8F 0 1F 1D 15 164 24 43
Octal 311 213 217 0 37 35 25 544 44 103
Binary 11001001 10001011 10001111 0 11111 11101 10101 101100100 100100 1000011

Color Harmonies of #C98B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B8F

Black with #C98B8F

Text Example


Text Example

White with #C98B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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