Html Css Color HEX #C66F8A Charm

📋 copy color: '#C66F8A'

red 198 ◦ green 111 ◦ blue 138

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

Shades of Charm #C66F8A

Tints of Charm #C66F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.87%

R = 44.3%
G = 24.83%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C66F8A (or 0xC66F8A) is known color: Charm. HEX triplet: C6, 6F and 8A. RGB value is (198,111,138). Sum of RGB (Red+Green+Blue) = 198+111+138=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66F8A is #399075. Grayscale: #8C8C8C. Windows color (decimal): -3772534 or 9072582. OLE color: 9072582.

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

Color convert

RGB 198 111 138 -
CMYK 0 0.44 0.30 0.22
HSL 341.38º 0.43% 0.61% -
HSV(B) 341.38º 0.44% 0.78% -
XYZ 33.56 25.21 27.14 -
YUV 140.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 198 111 138 0 0.44 0.30 0.22 341.38 0.43 0.61
Hex C6 6F 8A 0 2C 1E 16 155 2B 3D
Octal 306 157 212 0 54 36 26 525 53 75
Binary 11000110 1101111 10001010 0 101100 11110 10110 101010101 101011 111101

Color Harmonies of #C66F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66F8A

Black with #C66F8A

Text Example


Text Example

White with #C66F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66F8A; }

 p { color: rgb(198,111,138); }

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

background-color css

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

 a { background-color: rgb(198,111,138); }

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

border-color css

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

 span { border-color: rgb(198,111,138); }

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