Html Css Color HEX #C8809B Puce

📋 copy color: '#C8809B'

red 200 ◦ green 128 ◦ blue 155

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

Shades of Puce #C8809B

Tints of Puce #C8809B

RGB

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

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

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

R = 41.41%
G = 26.5%
B = 32.09%

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

#C8809B (or 0xC8809B) is known color: Puce. HEX triplet: C8, 80 and 9B. RGB value is (200,128,155). Sum of RGB (Red+Green+Blue) = 200+128+155=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8809B is #377F64. Grayscale: #989898. Windows color (decimal): -3637093 or 10191048. OLE color: 10191048.

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

Color convert

RGB 200 128 155 -
CMYK 0 0.36 0.22 0.22
HSL 337.5º 0.4% 0.64% -
HSV(B) 337.5º 0.36% 0.78% -
XYZ 37.45 30.08 34.84 -
YUV 152.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 200 128 155 0 0.36 0.22 0.22 337.5 0.4 0.64
Hex C8 80 9B 0 24 16 16 152 28 40
Octal 310 200 233 0 44 26 26 522 50 100
Binary 11001000 10000000 10011011 0 100100 10110 10110 101010010 101000 1000000

Color Harmonies of #C8809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8809B

Black with #C8809B

Text Example


Text Example

White with #C8809B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8809B; }

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

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

background-color css

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

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

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

border-color css

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

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

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