Html Css Color HEX #C77F93 Puce

📋 copy color: '#C77F93'

red 199 ◦ green 127 ◦ blue 147

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

Shades of Puce #C77F93

Tints of Puce #C77F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.08%

R = 42.07%
G = 26.85%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C77F93 (or 0xC77F93) is known color: Puce. HEX triplet: C7, 7F and 93. RGB value is (199,127,147). Sum of RGB (Red+Green+Blue) = 199+127+147=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77F93 is #38806C. Grayscale: #969696. Windows color (decimal): -3702893 or 9666503. OLE color: 9666503.

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

Color convert

RGB 199 127 147 -
CMYK 0 0.36 0.26 0.22
HSL 343.33º 0.39% 0.64% -
HSV(B) 343.33º 0.36% 0.78% -
XYZ 36.41 29.43 31.36 -
YUV 150.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 199 127 147 0 0.36 0.26 0.22 343.33 0.39 0.64
Hex C7 7F 93 0 24 1A 16 157 27 40
Octal 307 177 223 0 44 32 26 527 47 100
Binary 11000111 1111111 10010011 0 100100 11010 10110 101010111 100111 1000000

Color Harmonies of #C77F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F93

Black with #C77F93

Text Example


Text Example

White with #C77F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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