Html Css Color HEX #C7808F Puce

📋 copy color: '#C7808F'

red 199 ◦ green 128 ◦ blue 143

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

Shades of Puce #C7808F

Tints of Puce #C7808F

RGB

 RED value IS 199 (78.13% from 255) = 42.34%

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

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

R = 42.34%
G = 27.23%
B = 30.43%

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

#C7808F (or 0xC7808F) is known color: Puce. HEX triplet: C7, 80 and 8F. RGB value is (199,128,143). Sum of RGB (Red+Green+Blue) = 199+128+143=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7808F is #387F70. Grayscale: #969696. Windows color (decimal): -3702641 or 9404615. OLE color: 9404615.

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

Color convert

RGB 199 128 143 -
CMYK 0 0.36 0.28 0.22
HSL 347.32º 0.39% 0.64% -
HSV(B) 347.32º 0.36% 0.78% -
XYZ 36.23 29.56 29.78 -
YUV 150.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 199 128 143 0 0.36 0.28 0.22 347.32 0.39 0.64
Hex C7 80 8F 0 24 1C 16 15B 27 40
Octal 307 200 217 0 44 34 26 533 47 100
Binary 11000111 10000000 10001111 0 100100 11100 10110 101011011 100111 1000000

Color Harmonies of #C7808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7808F

Black with #C7808F

Text Example


Text Example

White with #C7808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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