Html Css Color HEX #C9818E Puce

📋 copy color: '#C9818E'

red 201 ◦ green 129 ◦ blue 142

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

Shades of Puce #C9818E

Tints of Puce #C9818E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.33%

 BLUE value IS 142 (55.86% from 255) = 30.08%

R = 42.58%
G = 27.33%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9818E (or 0xC9818E) is known color: Puce. HEX triplet: C9, 81 and 8E. RGB value is (201,129,142). Sum of RGB (Red+Green+Blue) = 201+129+142=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9818E is #367E71. Grayscale: #989898. Windows color (decimal): -3571314 or 9339337. OLE color: 9339337.

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

Color convert

RGB 201 129 142 -
CMYK 0 0.36 0.29 0.21
HSL 349.17º 0.4% 0.65% -
HSV(B) 349.17º 0.36% 0.79% -
XYZ 36.82 30.07 29.45 -
YUV 152.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 201 129 142 0 0.36 0.29 0.21 349.17 0.4 0.65
Hex C9 81 8E 0 24 1D 15 15D 28 41
Octal 311 201 216 0 44 35 25 535 50 101
Binary 11001001 10000001 10001110 0 100100 11101 10101 101011101 101000 1000001

Color Harmonies of #C9818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9818E

Black with #C9818E

Text Example


Text Example

White with #C9818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9818E; }

 p { color: rgb(201,129,142); }

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

background-color css

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

 a { background-color: rgb(201,129,142); }

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

border-color css

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

 span { border-color: rgb(201,129,142); }

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