Html Css Color HEX #C9868A Puce

📋 copy color: '#C9868A'

red 201 ◦ green 134 ◦ blue 138

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

Shades of Puce #C9868A

Tints of Puce #C9868A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 42.49%
G = 28.33%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9868A (or 0xC9868A) is known color: Puce. HEX triplet: C9, 86 and 8A. RGB value is (201,134,138). Sum of RGB (Red+Green+Blue) = 201+134+138=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9868A is #367975. Grayscale: #9A9A9A. Windows color (decimal): -3570038 or 9078473. OLE color: 9078473.

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

Color convert

RGB 201 134 138 -
CMYK 0 0.33 0.31 0.21
HSL 356.42º 0.38% 0.66% -
HSV(B) 356.42º 0.33% 0.79% -
XYZ 37.2 31.3 28.13 -
YUV 154.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 201 134 138 0 0.33 0.31 0.21 356.42 0.38 0.66
Hex C9 86 8A 0 21 1F 15 164 26 42
Octal 311 206 212 0 41 37 25 544 46 102
Binary 11001001 10000110 10001010 0 100001 11111 10101 101100100 100110 1000010

Color Harmonies of #C9868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9868A

Black with #C9868A

Text Example


Text Example

White with #C9868A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9868A; }

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

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

background-color css

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

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

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

border-color css

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

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

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