Html Css Color HEX #C77F96 Puce

📋 copy color: '#C77F96'

red 199 ◦ green 127 ◦ blue 150

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

Shades of Puce #C77F96

Tints of Puce #C77F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.51%

R = 41.81%
G = 26.68%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C77F96 (or 0xC77F96) is known color: Puce. HEX triplet: C7, 7F and 96. RGB value is (199,127,150). Sum of RGB (Red+Green+Blue) = 199+127+150=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77F96 is #388069. Grayscale: #979797. Windows color (decimal): -3702890 or 9863111. OLE color: 9863111.

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

Color convert

RGB 199 127 150 -
CMYK 0 0.36 0.25 0.22
HSL 340.83º 0.39% 0.64% -
HSV(B) 340.83º 0.36% 0.78% -
XYZ 36.65 29.52 32.62 -
YUV 151.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 199 127 150 0 0.36 0.25 0.22 340.83 0.39 0.64
Hex C7 7F 96 0 24 19 16 155 27 40
Octal 307 177 226 0 44 31 26 525 47 100
Binary 11000111 1111111 10010110 0 100100 11001 10110 101010101 100111 1000000

Color Harmonies of #C77F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F96

Black with #C77F96

Text Example


Text Example

White with #C77F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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