Html Css Color HEX #C66A7A Charm

📋 copy color: '#C66A7A'

red 198 ◦ green 106 ◦ blue 122

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

Shades of Charm #C66A7A

Tints of Charm #C66A7A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.88%

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

R = 46.48%
G = 24.88%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C66A7A (or 0xC66A7A) is known color: Charm. HEX triplet: C6, 6A and 7A. RGB value is (198,106,122). Sum of RGB (Red+Green+Blue) = 198+106+122=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66A7A is #399585. Grayscale: #878787. Windows color (decimal): -3773830 or 8022726. OLE color: 8022726.

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

Color convert

RGB 198 106 122 -
CMYK 0 0.46 0.38 0.22
HSL 349.57º 0.45% 0.6% -
HSV(B) 349.57º 0.46% 0.78% -
XYZ 31.96 23.72 21.31 -
YUV 135.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 198 106 122 0 0.46 0.38 0.22 349.57 0.45 0.6
Hex C6 6A 7A 0 2E 26 16 15E 2D 3C
Octal 306 152 172 0 56 46 26 536 55 74
Binary 11000110 1101010 1111010 0 101110 100110 10110 101011110 101101 111100

Color Harmonies of #C66A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66A7A

Black with #C66A7A

Text Example


Text Example

White with #C66A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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