Html Css Color HEX #C76F78 Charm

📋 copy color: '#C76F78'

red 199 ◦ green 111 ◦ blue 120

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

Shades of Charm #C76F78

Tints of Charm #C76F78

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.81%

 BLUE value IS 120 (47.27% from 255) = 27.91%

R = 46.28%
G = 25.81%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C76F78 (or 0xC76F78) is known color: Charm. HEX triplet: C7, 6F and 78. RGB value is (199,111,120). Sum of RGB (Red+Green+Blue) = 199+111+120=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F78 is #389087. Grayscale: #8A8A8A. Windows color (decimal): -3707016 or 7892935. OLE color: 7892935.

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

Color convert

RGB 199 111 120 -
CMYK 0 0.44 0.40 0.22
HSL 353.86º 0.44% 0.61% -
HSV(B) 353.86º 0.44% 0.78% -
XYZ 32.63 24.87 20.85 -
YUV 138.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 199 111 120 0 0.44 0.40 0.22 353.86 0.44 0.61
Hex C7 6F 78 0 2C 28 16 162 2C 3D
Octal 307 157 170 0 54 50 26 542 54 75
Binary 11000111 1101111 1111000 0 101100 101000 10110 101100010 101100 111101

Color Harmonies of #C76F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F78

Black with #C76F78

Text Example


Text Example

White with #C76F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F78; }

 p { color: rgb(199,111,120); }

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

background-color css

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

 a { background-color: rgb(199,111,120); }

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

border-color css

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

 span { border-color: rgb(199,111,120); }

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