Html Css Color HEX #C9869E Puce

📋 copy color: '#C9869E'

red 201 ◦ green 134 ◦ blue 158

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

Shades of Puce #C9869E

Tints of Puce #C9869E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.05%

R = 40.77%
G = 27.18%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9869E (or 0xC9869E) is known color: Puce. HEX triplet: C9, 86 and 9E. RGB value is (201,134,158). Sum of RGB (Red+Green+Blue) = 201+134+158=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9869E is #367961. Grayscale: #9C9C9C. Windows color (decimal): -3570018 or 10389193. OLE color: 10389193.

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

Color convert

RGB 201 134 158 -
CMYK 0 0.33 0.21 0.21
HSL 338.51º 0.38% 0.66% -
HSV(B) 338.51º 0.33% 0.79% -
XYZ 38.78 31.94 36.47 -
YUV 156.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 201 134 158 0 0.33 0.21 0.21 338.51 0.38 0.66
Hex C9 86 9E 0 21 15 15 153 26 42
Octal 311 206 236 0 41 25 25 523 46 102
Binary 11001001 10000110 10011110 0 100001 10101 10101 101010011 100110 1000010

Color Harmonies of #C9869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9869E

Black with #C9869E

Text Example


Text Example

White with #C9869E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9869E; }

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

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

background-color css

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

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

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

border-color css

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

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

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