Html Css Color HEX #C9869A Puce

📋 copy color: '#C9869A'

red 201 ◦ green 134 ◦ blue 154

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

Shades of Puce #C9869A

Tints of Puce #C9869A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 41.1%
G = 27.4%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9869A (or 0xC9869A) is known color: Puce. HEX triplet: C9, 86 and 9A. RGB value is (201,134,154). Sum of RGB (Red+Green+Blue) = 201+134+154=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9869A is #367965. Grayscale: #9C9C9C. Windows color (decimal): -3570022 or 10127049. OLE color: 10127049.

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

Color convert

RGB 201 134 154 -
CMYK 0 0.33 0.23 0.21
HSL 342.09º 0.38% 0.66% -
HSV(B) 342.09º 0.33% 0.79% -
XYZ 38.45 31.8 34.68 -
YUV 156.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 201 134 154 0 0.33 0.23 0.21 342.09 0.38 0.66
Hex C9 86 9A 0 21 17 15 156 26 42
Octal 311 206 232 0 41 27 25 526 46 102
Binary 11001001 10000110 10011010 0 100001 10111 10101 101010110 100110 1000010

Color Harmonies of #C9869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9869A

Black with #C9869A

Text Example


Text Example

White with #C9869A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9869A; }

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

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

background-color css

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

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

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

border-color css

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

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

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