Html Css Color HEX #C77086 Charm

📋 copy color: '#C77086'

red 199 ◦ green 112 ◦ blue 134

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

Shades of Charm #C77086

Tints of Charm #C77086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.17%

 BLUE value IS 134 (52.73% from 255) = 30.11%

R = 44.72%
G = 25.17%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C77086 (or 0xC77086) is known color: Charm. HEX triplet: C7, 70 and 86. RGB value is (199,112,134). Sum of RGB (Red+Green+Blue) = 199+112+134=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C77086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77086 is #388F79. Grayscale: #8C8C8C. Windows color (decimal): -3706746 or 8810695. OLE color: 8810695.

HSL color Cylindrical-coordinate representation of color #C77086: hue angle of 344.83º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77086 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 112 134 -
CMYK 0 0.44 0.33 0.22
HSL 344.83º 0.44% 0.61% -
HSV(B) 344.83º 0.44% 0.78% -
XYZ 33.65 25.45 25.69 -
YUV 140.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 199 112 134 0 0.44 0.33 0.22 344.83 0.44 0.61
Hex C7 70 86 0 2C 21 16 159 2C 3D
Octal 307 160 206 0 54 41 26 531 54 75
Binary 11000111 1110000 10000110 0 101100 100001 10110 101011001 101100 111101

Color Harmonies of #C77086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77086

Black with #C77086

Text Example


Text Example

White with #C77086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77086; }

 p { color: rgb(199,112,134); }

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

background-color css

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

 a { background-color: rgb(199,112,134); }

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

border-color css

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

 span { border-color: rgb(199,112,134); }

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