Html Css Color HEX #C76F7A Charm

📋 copy color: '#C76F7A'

red 199 ◦ green 111 ◦ blue 122

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

Shades of Charm #C76F7A

Tints of Charm #C76F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.24%

R = 46.06%
G = 25.69%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C76F7A (or 0xC76F7A) is known color: Charm. HEX triplet: C7, 6F and 7A. RGB value is (199,111,122). Sum of RGB (Red+Green+Blue) = 199+111+122=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F7A is #389085. Grayscale: #8A8A8A. Windows color (decimal): -3707014 or 8024007. OLE color: 8024007.

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

Color convert

RGB 199 111 122 -
CMYK 0 0.44 0.39 0.22
HSL 352.5º 0.44% 0.61% -
HSV(B) 352.5º 0.44% 0.78% -
XYZ 32.75 24.92 21.5 -
YUV 138.57 118.65 171.11 -
System Red Green Blue C M Y K H S L
Decimal 199 111 122 0 0.44 0.39 0.22 352.5 0.44 0.61
Hex C7 6F 7A 0 2C 27 16 160 2C 3D
Octal 307 157 172 0 54 47 26 540 54 75
Binary 11000111 1101111 1111010 0 101100 100111 10110 101100000 101100 111101

Color Harmonies of #C76F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F7A

Black with #C76F7A

Text Example


Text Example

White with #C76F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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