Html Css Color HEX #C77F9E Puce

📋 copy color: '#C77F9E'

red 199 ◦ green 127 ◦ blue 158

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

Shades of Puce #C77F9E

Tints of Puce #C77F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.64%

R = 41.12%
G = 26.24%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C77F9E (or 0xC77F9E) is known color: Puce. HEX triplet: C7, 7F and 9E. RGB value is (199,127,158). Sum of RGB (Red+Green+Blue) = 199+127+158=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77F9E is #388061. Grayscale: #989898. Windows color (decimal): -3702882 or 10387399. OLE color: 10387399.

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

Color convert

RGB 199 127 158 -
CMYK 0 0.36 0.21 0.22
HSL 334.17º 0.39% 0.64% -
HSV(B) 334.17º 0.36% 0.78% -
XYZ 37.31 29.79 36.13 -
YUV 152.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 199 127 158 0 0.36 0.21 0.22 334.17 0.39 0.64
Hex C7 7F 9E 0 24 15 16 14E 27 40
Octal 307 177 236 0 44 25 26 516 47 100
Binary 11000111 1111111 10011110 0 100100 10101 10110 101001110 100111 1000000

Color Harmonies of #C77F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F9E

Black with #C77F9E

Text Example


Text Example

White with #C77F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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