Html Css Color HEX #C77C95 Puce

📋 copy color: '#C77C95'

red 199 ◦ green 124 ◦ blue 149

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

Shades of Puce #C77C95

Tints of Puce #C77C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.27%

 BLUE value IS 149 (58.59% from 255) = 31.57%

R = 42.16%
G = 26.27%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C77C95 (or 0xC77C95) is known color: Puce. HEX triplet: C7, 7C and 95. RGB value is (199,124,149). Sum of RGB (Red+Green+Blue) = 199+124+149=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77C95 is #38836A. Grayscale: #959595. Windows color (decimal): -3703659 or 9796807. OLE color: 9796807.

HSL color Cylindrical-coordinate representation of color #C77C95: hue angle of 340º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77C95 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 124 149 -
CMYK 0 0.38 0.25 0.22
HSL 340º 0.4% 0.63% -
HSV(B) 340º 0.38% 0.78% -
XYZ 36.19 28.73 32.07 -
YUV 149.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 199 124 149 0 0.38 0.25 0.22 340 0.4 0.63
Hex C7 7C 95 0 26 19 16 154 28 3F
Octal 307 174 225 0 46 31 26 524 50 77
Binary 11000111 1111100 10010101 0 100110 11001 10110 101010100 101000 111111

Color Harmonies of #C77C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77C95

Black with #C77C95

Text Example


Text Example

White with #C77C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77C95; }

 p { color: rgb(199,124,149); }

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

background-color css

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

 a { background-color: rgb(199,124,149); }

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

border-color css

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

 span { border-color: rgb(199,124,149); }

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