Html Css Color HEX #C76986 Charm

📋 copy color: '#C76986'

red 199 ◦ green 105 ◦ blue 134

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

Shades of Charm #C76986

Tints of Charm #C76986

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.97%

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

R = 45.43%
G = 23.97%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C76986 (or 0xC76986) is known color: Charm. HEX triplet: C7, 69 and 86. RGB value is (199,105,134). Sum of RGB (Red+Green+Blue) = 199+105+134=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C76986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76986 is #389679. Grayscale: #888888. Windows color (decimal): -3708538 or 8808903. OLE color: 8808903.

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

Color convert

RGB 199 105 134 -
CMYK 0 0.47 0.33 0.22
HSL 341.49º 0.46% 0.6% -
HSV(B) 341.49º 0.47% 0.78% -
XYZ 32.91 23.97 25.45 -
YUV 136.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 199 105 134 0 0.47 0.33 0.22 341.49 0.46 0.6
Hex C7 69 86 0 2F 21 16 155 2E 3C
Octal 307 151 206 0 57 41 26 525 56 74
Binary 11000111 1101001 10000110 0 101111 100001 10110 101010101 101110 111100

Color Harmonies of #C76986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76986

Black with #C76986

Text Example


Text Example

White with #C76986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76986; }

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

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

background-color css

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

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

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

border-color css

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

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

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