Html Css Color HEX #C76E8A Charm

📋 copy color: '#C76E8A'

red 199 ◦ green 110 ◦ blue 138

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

Shades of Charm #C76E8A

Tints of Charm #C76E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.61%

 BLUE value IS 138 (54.3% from 255) = 30.87%

R = 44.52%
G = 24.61%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C76E8A (or 0xC76E8A) is known color: Charm. HEX triplet: C7, 6E and 8A. RGB value is (199,110,138). Sum of RGB (Red+Green+Blue) = 199+110+138=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76E8A is #389175. Grayscale: #8B8B8B. Windows color (decimal): -3707254 or 9072327. OLE color: 9072327.

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

Color convert

RGB 199 110 138 -
CMYK 0 0.45 0.31 0.22
HSL 341.12º 0.44% 0.61% -
HSV(B) 341.12º 0.45% 0.78% -
XYZ 33.72 25.13 27.12 -
YUV 139.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 199 110 138 0 0.45 0.31 0.22 341.12 0.44 0.61
Hex C7 6E 8A 0 2D 1F 16 155 2C 3D
Octal 307 156 212 0 55 37 26 525 54 75
Binary 11000111 1101110 10001010 0 101101 11111 10110 101010101 101100 111101

Color Harmonies of #C76E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E8A

Black with #C76E8A

Text Example


Text Example

White with #C76E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E8A; }

 p { color: rgb(199,110,138); }

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

background-color css

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

 a { background-color: rgb(199,110,138); }

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

border-color css

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

 span { border-color: rgb(199,110,138); }

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