Html Css Color HEX #C77F8F Puce

📋 copy color: '#C77F8F'

red 199 ◦ green 127 ◦ blue 143

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

Shades of Puce #C77F8F

Tints of Puce #C77F8F

RGB

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

 GREEN value IS 127 (50% from 255) = 27.08%

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

R = 42.43%
G = 27.08%
B = 30.49%

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

#C77F8F (or 0xC77F8F) is known color: Puce. HEX triplet: C7, 7F and 8F. RGB value is (199,127,143). Sum of RGB (Red+Green+Blue) = 199+127+143=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77F8F is #388070. Grayscale: #969696. Windows color (decimal): -3702897 or 9404359. OLE color: 9404359.

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

Color convert

RGB 199 127 143 -
CMYK 0 0.36 0.28 0.22
HSL 346.67º 0.39% 0.64% -
HSV(B) 346.67º 0.36% 0.78% -
XYZ 36.1 29.3 29.74 -
YUV 150.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 199 127 143 0 0.36 0.28 0.22 346.67 0.39 0.64
Hex C7 7F 8F 0 24 1C 16 15B 27 40
Octal 307 177 217 0 44 34 26 533 47 100
Binary 11000111 1111111 10001111 0 100100 11100 10110 101011011 100111 1000000

Color Harmonies of #C77F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F8F

Black with #C77F8F

Text Example


Text Example

White with #C77F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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