Html Css Color HEX #C77F82 Charm

📋 copy color: '#C77F82'

red 199 ◦ green 127 ◦ blue 130

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

Shades of Charm #C77F82

Tints of Charm #C77F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.51%

R = 43.64%
G = 27.85%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C77F82 (or 0xC77F82) is known color: Charm. HEX triplet: C7, 7F and 82. RGB value is (199,127,130). Sum of RGB (Red+Green+Blue) = 199+127+130=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77F82 is #38807D. Grayscale: #949494. Windows color (decimal): -3702910 or 8552391. OLE color: 8552391.

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

Color convert

RGB 199 127 130 -
CMYK 0 0.36 0.35 0.22
HSL 357.5º 0.39% 0.64% -
HSV(B) 357.5º 0.36% 0.78% -
XYZ 35.17 28.93 24.85 -
YUV 148.87 117.35 163.76 -
System Red Green Blue C M Y K H S L
Decimal 199 127 130 0 0.36 0.35 0.22 357.5 0.39 0.64
Hex C7 7F 82 0 24 23 16 166 27 40
Octal 307 177 202 0 44 43 26 546 47 100
Binary 11000111 1111111 10000010 0 100100 100011 10110 101100110 100111 1000000

Color Harmonies of #C77F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F82

Black with #C77F82

Text Example


Text Example

White with #C77F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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