Html Css Color HEX #C8819C Puce

📋 copy color: '#C8819C'

red 200 ◦ green 129 ◦ blue 156

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

Shades of Puce #C8819C

Tints of Puce #C8819C

RGB

 RED value IS 200 (78.52% from 255) = 41.24%

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

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

R = 41.24%
G = 26.6%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8819C (or 0xC8819C) is known color: Puce. HEX triplet: C8, 81 and 9C. RGB value is (200,129,156). Sum of RGB (Red+Green+Blue) = 200+129+156=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8819C is #377E63. Grayscale: #999999. Windows color (decimal): -3636836 or 10256840. OLE color: 10256840.

HSL color Cylindrical-coordinate representation of color #C8819C: hue angle of 337.18º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8819C is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 156 -
CMYK 0 0.36 0.22 0.22
HSL 337.18º 0.39% 0.65% -
HSV(B) 337.18º 0.36% 0.78% -
XYZ 37.67 30.38 35.33 -
YUV 153.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 200 129 156 0 0.36 0.22 0.22 337.18 0.39 0.65
Hex C8 81 9C 0 24 16 16 151 27 41
Octal 310 201 234 0 44 26 26 521 47 101
Binary 11001000 10000001 10011100 0 100100 10110 10110 101010001 100111 1000001

Color Harmonies of #C8819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8819C

Black with #C8819C

Text Example


Text Example

White with #C8819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8819C; }

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

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

background-color css

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

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

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

border-color css

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

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

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