Html Css Color HEX #C9819B Puce

📋 copy color: '#C9819B'

red 201 ◦ green 129 ◦ blue 155

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

Shades of Puce #C9819B

Tints of Puce #C9819B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.96%

R = 41.44%
G = 26.6%
B = 31.96%

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

#C9819B (or 0xC9819B) is known color: Puce. HEX triplet: C9, 81 and 9B. RGB value is (201,129,155). Sum of RGB (Red+Green+Blue) = 201+129+155=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9819B is #367E64. Grayscale: #999999. Windows color (decimal): -3571301 or 10191305. OLE color: 10191305.

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

Color convert

RGB 201 129 155 -
CMYK 0 0.36 0.23 0.21
HSL 338.33º 0.4% 0.65% -
HSV(B) 338.33º 0.36% 0.79% -
XYZ 37.85 30.48 34.9 -
YUV 153.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 201 129 155 0 0.36 0.23 0.21 338.33 0.4 0.65
Hex C9 81 9B 0 24 17 15 152 28 41
Octal 311 201 233 0 44 27 25 522 50 101
Binary 11001001 10000001 10011011 0 100100 10111 10101 101010010 101000 1000001

Color Harmonies of #C9819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9819B

Black with #C9819B

Text Example


Text Example

White with #C9819B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9819B; }

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

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

background-color css

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

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

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

border-color css

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

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

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