Html Css Color HEX #C76B7A Charm

📋 copy color: '#C76B7A'

red 199 ◦ green 107 ◦ blue 122

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

Shades of Charm #C76B7A

Tints of Charm #C76B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25%

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

R = 46.5%
G = 25%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C76B7A (or 0xC76B7A) is known color: Charm. HEX triplet: C7, 6B and 7A. RGB value is (199,107,122). Sum of RGB (Red+Green+Blue) = 199+107+122=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76B7A is #389485. Grayscale: #888888. Windows color (decimal): -3708038 or 8022983. OLE color: 8022983.

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

Color convert

RGB 199 107 122 -
CMYK 0 0.46 0.39 0.22
HSL 350.22º 0.45% 0.6% -
HSV(B) 350.22º 0.46% 0.78% -
XYZ 32.32 24.06 21.35 -
YUV 136.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 199 107 122 0 0.46 0.39 0.22 350.22 0.45 0.6
Hex C7 6B 7A 0 2E 27 16 15E 2D 3C
Octal 307 153 172 0 56 47 26 536 55 74
Binary 11000111 1101011 1111010 0 101110 100111 10110 101011110 101101 111100

Color Harmonies of #C76B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76B7A

Black with #C76B7A

Text Example


Text Example

White with #C76B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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