Html Css Color HEX #C9869F Puce

📋 copy color: '#C9869F'

red 201 ◦ green 134 ◦ blue 159

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

Shades of Puce #C9869F

Tints of Puce #C9869F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.19%

R = 40.69%
G = 27.13%
B = 32.19%

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

#C9869F (or 0xC9869F) is known color: Puce. HEX triplet: C9, 86 and 9F. RGB value is (201,134,159). Sum of RGB (Red+Green+Blue) = 201+134+159=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C9869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9869F is #367960. Grayscale: #9C9C9C. Windows color (decimal): -3570017 or 10454729. OLE color: 10454729.

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

Color convert

RGB 201 134 159 -
CMYK 0 0.33 0.21 0.21
HSL 337.61º 0.38% 0.66% -
HSV(B) 337.61º 0.33% 0.79% -
XYZ 38.87 31.97 36.92 -
YUV 156.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 201 134 159 0 0.33 0.21 0.21 337.61 0.38 0.66
Hex C9 86 9F 0 21 15 15 152 26 42
Octal 311 206 237 0 41 25 25 522 46 102
Binary 11001001 10000110 10011111 0 100001 10101 10101 101010010 100110 1000010

Color Harmonies of #C9869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9869F

Black with #C9869F

Text Example


Text Example

White with #C9869F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9869F; }

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

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

background-color css

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

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

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

border-color css

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

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

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