Html Css Color HEX #C9819A Puce

📋 copy color: '#C9819A'

red 201 ◦ green 129 ◦ blue 154

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

Shades of Puce #C9819A

Tints of Puce #C9819A

RGB

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

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

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

R = 41.53%
G = 26.65%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9819A (or 0xC9819A) is known color: Puce. HEX triplet: C9, 81 and 9A. RGB value is (201,129,154). Sum of RGB (Red+Green+Blue) = 201+129+154=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C9819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9819A is #367E65. Grayscale: #999999. Windows color (decimal): -3571302 or 10125769. OLE color: 10125769.

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

Color convert

RGB 201 129 154 -
CMYK 0 0.36 0.23 0.21
HSL 339.17º 0.4% 0.65% -
HSV(B) 339.17º 0.36% 0.79% -
XYZ 37.77 30.45 34.46 -
YUV 153.38 128.35 161.97 -
System Red Green Blue C M Y K H S L
Decimal 201 129 154 0 0.36 0.23 0.21 339.17 0.4 0.65
Hex C9 81 9A 0 24 17 15 153 28 41
Octal 311 201 232 0 44 27 25 523 50 101
Binary 11001001 10000001 10011010 0 100100 10111 10101 101010011 101000 1000001

Color Harmonies of #C9819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9819A

Black with #C9819A

Text Example


Text Example

White with #C9819A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9819A; }

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

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

background-color css

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

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

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

border-color css

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

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

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