Html Css Color HEX #C8809D Puce

📋 copy color: '#C8809D'

red 200 ◦ green 128 ◦ blue 157

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

Shades of Puce #C8809D

Tints of Puce #C8809D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.37%

R = 41.24%
G = 26.39%
B = 32.37%

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

#C8809D (or 0xC8809D) is known color: Puce. HEX triplet: C8, 80 and 9D. RGB value is (200,128,157). Sum of RGB (Red+Green+Blue) = 200+128+157=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8809D is #377F62. Grayscale: #989898. Windows color (decimal): -3637091 or 10322120. OLE color: 10322120.

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

Color convert

RGB 200 128 157 -
CMYK 0 0.36 0.22 0.22
HSL 335.83º 0.4% 0.64% -
HSV(B) 335.83º 0.36% 0.78% -
XYZ 37.62 30.15 35.74 -
YUV 152.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 200 128 157 0 0.36 0.22 0.22 335.83 0.4 0.64
Hex C8 80 9D 0 24 16 16 150 28 40
Octal 310 200 235 0 44 26 26 520 50 100
Binary 11001000 10000000 10011101 0 100100 10110 10110 101010000 101000 1000000

Color Harmonies of #C8809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8809D

Black with #C8809D

Text Example


Text Example

White with #C8809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8809D; }

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

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

background-color css

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

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

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

border-color css

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

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

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