Html Css Color HEX #C8808F Puce

📋 copy color: '#C8808F'

red 200 ◦ green 128 ◦ blue 143

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

Shades of Puce #C8808F

Tints of Puce #C8808F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.36%

R = 42.46%
G = 27.18%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8808F (or 0xC8808F) is known color: Puce. HEX triplet: C8, 80 and 8F. RGB value is (200,128,143). Sum of RGB (Red+Green+Blue) = 200+128+143=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8808F is #377F70. Grayscale: #979797. Windows color (decimal): -3637105 or 9404616. OLE color: 9404616.

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

Color convert

RGB 200 128 143 -
CMYK 0 0.36 0.28 0.22
HSL 347.5º 0.4% 0.64% -
HSV(B) 347.5º 0.36% 0.78% -
XYZ 36.5 29.7 29.8 -
YUV 151.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 200 128 143 0 0.36 0.28 0.22 347.5 0.4 0.64
Hex C8 80 8F 0 24 1C 16 15C 28 40
Octal 310 200 217 0 44 34 26 534 50 100
Binary 11001000 10000000 10001111 0 100100 11100 10110 101011100 101000 1000000

Color Harmonies of #C8808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8808F

Black with #C8808F

Text Example


Text Example

White with #C8808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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