Html Css Color HEX #C8809E Puce

📋 copy color: '#C8809E'

red 200 ◦ green 128 ◦ blue 158

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

Shades of Puce #C8809E

Tints of Puce #C8809E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.51%

R = 41.15%
G = 26.34%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C8809E (or 0xC8809E) is known color: Puce. HEX triplet: C8, 80 and 9E. RGB value is (200,128,158). Sum of RGB (Red+Green+Blue) = 200+128+158=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8809E is #377F61. Grayscale: #989898. Windows color (decimal): -3637090 or 10387656. OLE color: 10387656.

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

Color convert

RGB 200 128 158 -
CMYK 0 0.36 0.21 0.22
HSL 335º 0.4% 0.64% -
HSV(B) 335º 0.36% 0.78% -
XYZ 37.71 30.19 36.19 -
YUV 152.95 130.85 161.56 -
System Red Green Blue C M Y K H S L
Decimal 200 128 158 0 0.36 0.21 0.22 335 0.4 0.64
Hex C8 80 9E 0 24 15 16 14F 28 40
Octal 310 200 236 0 44 25 26 517 50 100
Binary 11001000 10000000 10011110 0 100100 10101 10110 101001111 101000 1000000

Color Harmonies of #C8809E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8809E

Black with #C8809E

Text Example


Text Example

White with #C8809E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8809E; }

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

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

background-color css

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

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

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

border-color css

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

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

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