Html Css Color HEX #C77C98 Puce

📋 copy color: '#C77C98'

red 199 ◦ green 124 ◦ blue 152

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

Shades of Puce #C77C98

Tints of Puce #C77C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32%

R = 41.89%
G = 26.11%
B = 32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C77C98 (or 0xC77C98) is known color: Puce. HEX triplet: C7, 7C and 98. RGB value is (199,124,152). Sum of RGB (Red+Green+Blue) = 199+124+152=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77C98 is #388367. Grayscale: #959595. Windows color (decimal): -3703656 or 9993415. OLE color: 9993415.

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

Color convert

RGB 199 124 152 -
CMYK 0 0.38 0.24 0.22
HSL 337.6º 0.4% 0.63% -
HSV(B) 337.6º 0.38% 0.78% -
XYZ 36.43 28.82 33.35 -
YUV 149.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 199 124 152 0 0.38 0.24 0.22 337.6 0.4 0.63
Hex C7 7C 98 0 26 18 16 152 28 3F
Octal 307 174 230 0 46 30 26 522 50 77
Binary 11000111 1111100 10011000 0 100110 11000 10110 101010010 101000 111111

Color Harmonies of #C77C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77C98

Black with #C77C98

Text Example


Text Example

White with #C77C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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