Html Css Color HEX #C9819C Puce

📋 copy color: '#C9819C'

red 201 ◦ green 129 ◦ blue 156

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

Shades of Puce #C9819C

Tints of Puce #C9819C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.1%

R = 41.36%
G = 26.54%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9819C (or 0xC9819C) is known color: Puce. HEX triplet: C9, 81 and 9C. RGB value is (201,129,156). Sum of RGB (Red+Green+Blue) = 201+129+156=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C9819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9819C is #367E63. Grayscale: #999999. Windows color (decimal): -3571300 or 10256841. OLE color: 10256841.

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

Color convert

RGB 201 129 156 -
CMYK 0 0.36 0.22 0.21
HSL 337.5º 0.4% 0.65% -
HSV(B) 337.5º 0.36% 0.79% -
XYZ 37.94 30.52 35.34 -
YUV 153.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 201 129 156 0 0.36 0.22 0.21 337.5 0.4 0.65
Hex C9 81 9C 0 24 16 15 152 28 41
Octal 311 201 234 0 44 26 25 522 50 101
Binary 11001001 10000001 10011100 0 100100 10110 10101 101010010 101000 1000001

Color Harmonies of #C9819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9819C

Black with #C9819C

Text Example


Text Example

White with #C9819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9819C; }

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

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

background-color css

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

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

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

border-color css

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

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

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