Html Css Color HEX #C98489 Puce

📋 copy color: '#C98489'

red 201 ◦ green 132 ◦ blue 137

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

Shades of Puce #C98489

Tints of Puce #C98489

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.09%

 BLUE value IS 137 (53.91% from 255) = 29.15%

R = 42.77%
G = 28.09%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C98489 (or 0xC98489) is known color: Puce. HEX triplet: C9, 84 and 89. RGB value is (201,132,137). Sum of RGB (Red+Green+Blue) = 201+132+137=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C98489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98489 is #367B76. Grayscale: #999999. Windows color (decimal): -3570551 or 9012425. OLE color: 9012425.

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

Color convert

RGB 201 132 137 -
CMYK 0 0.34 0.32 0.21
HSL 355.65º 0.39% 0.65% -
HSV(B) 355.65º 0.34% 0.79% -
XYZ 36.85 30.73 27.66 -
YUV 153.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 201 132 137 0 0.34 0.32 0.21 355.65 0.39 0.65
Hex C9 84 89 0 22 20 15 164 27 41
Octal 311 204 211 0 42 40 25 544 47 101
Binary 11001001 10000100 10001001 0 100010 100000 10101 101100100 100111 1000001

Color Harmonies of #C98489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98489

Black with #C98489

Text Example


Text Example

White with #C98489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98489; }

 p { color: rgb(201,132,137); }

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

background-color css

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

 a { background-color: rgb(201,132,137); }

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

border-color css

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

 span { border-color: rgb(201,132,137); }

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