Html Css Color HEX #C98689 Puce

📋 copy color: '#C98689'

red 201 ◦ green 134 ◦ blue 137

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

Shades of Puce #C98689

Tints of Puce #C98689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.39%

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

R = 42.58%
G = 28.39%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C98689 (or 0xC98689) is known color: Puce. HEX triplet: C9, 86 and 89. RGB value is (201,134,137). Sum of RGB (Red+Green+Blue) = 201+134+137=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C98689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98689 is #367976. Grayscale: #9A9A9A. Windows color (decimal): -3570039 or 9012937. OLE color: 9012937.

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

Color convert

RGB 201 134 137 -
CMYK 0 0.33 0.32 0.21
HSL 357.31º 0.38% 0.66% -
HSV(B) 357.31º 0.33% 0.79% -
XYZ 37.13 31.27 27.75 -
YUV 154.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 201 134 137 0 0.33 0.32 0.21 357.31 0.38 0.66
Hex C9 86 89 0 21 20 15 165 26 42
Octal 311 206 211 0 41 40 25 545 46 102
Binary 11001001 10000110 10001001 0 100001 100000 10101 101100101 100110 1000010

Color Harmonies of #C98689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98689

Black with #C98689

Text Example


Text Example

White with #C98689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98689; }

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

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

background-color css

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

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

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

border-color css

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

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

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