Html Css Color HEX #C8809C Puce

📋 copy color: '#C8809C'

red 200 ◦ green 128 ◦ blue 156

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

Shades of Puce #C8809C

Tints of Puce #C8809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.45%

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

R = 41.32%
G = 26.45%
B = 32.23%

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

#C8809C (or 0xC8809C) is known color: Puce. HEX triplet: C8, 80 and 9C. RGB value is (200,128,156). Sum of RGB (Red+Green+Blue) = 200+128+156=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8809C is #377F63. Grayscale: #989898. Windows color (decimal): -3637092 or 10256584. OLE color: 10256584.

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

Color convert

RGB 200 128 156 -
CMYK 0 0.36 0.22 0.22
HSL 336.67º 0.4% 0.64% -
HSV(B) 336.67º 0.36% 0.78% -
XYZ 37.54 30.12 35.29 -
YUV 152.72 129.85 161.72 -
System Red Green Blue C M Y K H S L
Decimal 200 128 156 0 0.36 0.22 0.22 336.67 0.4 0.64
Hex C8 80 9C 0 24 16 16 151 28 40
Octal 310 200 234 0 44 26 26 521 50 100
Binary 11001000 10000000 10011100 0 100100 10110 10110 101010001 101000 1000000

Color Harmonies of #C8809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8809C

Black with #C8809C

Text Example


Text Example

White with #C8809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8809C; }

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

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

background-color css

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

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

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

border-color css

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

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

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