Html Css Color HEX #C66B7A Charm

📋 copy color: '#C66B7A'

red 198 ◦ green 107 ◦ blue 122

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

Shades of Charm #C66B7A

Tints of Charm #C66B7A

RGB

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

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

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

R = 46.37%
G = 25.06%
B = 28.57%

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

#C66B7A (or 0xC66B7A) is known color: Charm. HEX triplet: C6, 6B and 7A. RGB value is (198,107,122). Sum of RGB (Red+Green+Blue) = 198+107+122=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66B7A is #399485. Grayscale: #878787. Windows color (decimal): -3773574 or 8022982. OLE color: 8022982.

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

Color convert

RGB 198 107 122 -
CMYK 0 0.46 0.38 0.22
HSL 350.11º 0.44% 0.6% -
HSV(B) 350.11º 0.46% 0.78% -
XYZ 32.06 23.93 21.34 -
YUV 135.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 198 107 122 0 0.46 0.38 0.22 350.11 0.44 0.6
Hex C6 6B 7A 0 2E 26 16 15E 2C 3C
Octal 306 153 172 0 56 46 26 536 54 74
Binary 11000110 1101011 1111010 0 101110 100110 10110 101011110 101100 111100

Color Harmonies of #C66B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66B7A

Black with #C66B7A

Text Example


Text Example

White with #C66B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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