Html Css Color HEX #C77FA3 Puce

📋 copy color: '#C77FA3'

red 199 ◦ green 127 ◦ blue 163

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

Shades of Puce #C77FA3

Tints of Puce #C77FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.33%

R = 40.7%
G = 25.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C77FA3 (or 0xC77FA3) is known color: Puce. HEX triplet: C7, 7F and A3. RGB value is (199,127,163). Sum of RGB (Red+Green+Blue) = 199+127+163=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77FA3 is #38805C. Grayscale: #989898. Windows color (decimal): -3702877 or 10715079. OLE color: 10715079.

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

Color convert

RGB 199 127 163 -
CMYK 0 0.36 0.18 0.22
HSL 330º 0.39% 0.64% -
HSV(B) 330º 0.36% 0.78% -
XYZ 37.75 29.97 38.44 -
YUV 152.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 199 127 163 0 0.36 0.18 0.22 330 0.39 0.64
Hex C7 7F A3 0 24 12 16 14A 27 40
Octal 307 177 243 0 44 22 26 512 47 100
Binary 11000111 1111111 10100011 0 100100 10010 10110 101001010 100111 1000000

Color Harmonies of #C77FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77FA3

Black with #C77FA3

Text Example


Text Example

White with #C77FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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