Html Css Color HEX #C66E7A Charm

📋 copy color: '#C66E7A'

red 198 ◦ green 110 ◦ blue 122

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

Shades of Charm #C66E7A

Tints of Charm #C66E7A

RGB

 RED value IS 198 (77.73% from 255) = 46.05%

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

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

R = 46.05%
G = 25.58%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C66E7A (or 0xC66E7A) is known color: Charm. HEX triplet: C6, 6E and 7A. RGB value is (198,110,122). Sum of RGB (Red+Green+Blue) = 198+110+122=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66E7A is #399185. Grayscale: #898989. Windows color (decimal): -3772806 or 8023750. OLE color: 8023750.

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

Color convert

RGB 198 110 122 -
CMYK 0 0.44 0.38 0.22
HSL 351.82º 0.44% 0.6% -
HSV(B) 351.82º 0.44% 0.78% -
XYZ 32.38 24.56 21.45 -
YUV 137.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 198 110 122 0 0.44 0.38 0.22 351.82 0.44 0.6
Hex C6 6E 7A 0 2C 26 16 160 2C 3C
Octal 306 156 172 0 54 46 26 540 54 74
Binary 11000110 1101110 1111010 0 101100 100110 10110 101100000 101100 111100

Color Harmonies of #C66E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66E7A

Black with #C66E7A

Text Example


Text Example

White with #C66E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66E7A; }

 p { color: rgb(198,110,122); }

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

background-color css

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

 a { background-color: rgb(198,110,122); }

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

border-color css

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

 span { border-color: rgb(198,110,122); }

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