Html Css Color HEX #C9858A Puce

📋 copy color: '#C9858A'

red 201 ◦ green 133 ◦ blue 138

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

Shades of Puce #C9858A

Tints of Puce #C9858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

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

R = 42.58%
G = 28.18%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9858A (or 0xC9858A) is known color: Puce. HEX triplet: C9, 85 and 8A. RGB value is (201,133,138). Sum of RGB (Red+Green+Blue) = 201+133+138=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9858A is #367A75. Grayscale: #999999. Windows color (decimal): -3570294 or 9078217. OLE color: 9078217.

HSL color Cylindrical-coordinate representation of color #C9858A: hue angle of 355.59º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9858A is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 133 138 -
CMYK 0 0.34 0.31 0.21
HSL 355.59º 0.39% 0.65% -
HSV(B) 355.59º 0.34% 0.79% -
XYZ 37.06 31.03 28.08 -
YUV 153.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 201 133 138 0 0.34 0.31 0.21 355.59 0.39 0.65
Hex C9 85 8A 0 22 1F 15 164 27 41
Octal 311 205 212 0 42 37 25 544 47 101
Binary 11001001 10000101 10001010 0 100010 11111 10101 101100100 100111 1000001

Color Harmonies of #C9858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9858A

Black with #C9858A

Text Example


Text Example

White with #C9858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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