Html Css Color HEX #C9898A Puce

📋 copy color: '#C9898A'

red 201 ◦ green 137 ◦ blue 138

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

Shades of Puce #C9898A

Tints of Puce #C9898A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.78%

 BLUE value IS 138 (54.3% from 255) = 28.99%

R = 42.23%
G = 28.78%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9898A (or 0xC9898A) is known color: Puce. HEX triplet: C9, 89 and 8A. RGB value is (201,137,138). Sum of RGB (Red+Green+Blue) = 201+137+138=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9898A is #367675. Grayscale: #9C9C9C. Windows color (decimal): -3569270 or 9079241. OLE color: 9079241.

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

Color convert

RGB 201 137 138 -
CMYK 0 0.32 0.31 0.21
HSL 359.06º 0.37% 0.66% -
HSV(B) 359.06º 0.32% 0.79% -
XYZ 37.62 32.14 28.27 -
YUV 156.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 201 137 138 0 0.32 0.31 0.21 359.06 0.37 0.66
Hex C9 89 8A 0 20 1F 15 167 25 42
Octal 311 211 212 0 40 37 25 547 45 102
Binary 11001001 10001001 10001010 0 100000 11111 10101 101100111 100101 1000010

Color Harmonies of #C9898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9898A

Black with #C9898A

Text Example


Text Example

White with #C9898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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