Html Css Color HEX #C9868D Puce

📋 copy color: '#C9868D'

red 201 ◦ green 134 ◦ blue 141

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

Shades of Puce #C9868D

Tints of Puce #C9868D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 42.23%
G = 28.15%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9868D (or 0xC9868D) is known color: Puce. HEX triplet: C9, 86 and 8D. RGB value is (201,134,141). Sum of RGB (Red+Green+Blue) = 201+134+141=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9868D is #367972. Grayscale: #9A9A9A. Windows color (decimal): -3570035 or 9275081. OLE color: 9275081.

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

Color convert

RGB 201 134 141 -
CMYK 0 0.33 0.30 0.21
HSL 353.73º 0.38% 0.66% -
HSV(B) 353.73º 0.33% 0.79% -
XYZ 37.42 31.39 29.29 -
YUV 154.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 201 134 141 0 0.33 0.30 0.21 353.73 0.38 0.66
Hex C9 86 8D 0 21 1E 15 162 26 42
Octal 311 206 215 0 41 36 25 542 46 102
Binary 11001001 10000110 10001101 0 100001 11110 10101 101100010 100110 1000010

Color Harmonies of #C9868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9868D

Black with #C9868D

Text Example


Text Example

White with #C9868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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