Html Css Color HEX #C66884 Charm

📋 copy color: '#C66884'

red 198 ◦ green 104 ◦ blue 132

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

Shades of Charm #C66884

Tints of Charm #C66884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.96%

 BLUE value IS 132 (51.95% from 255) = 30.41%

R = 45.62%
G = 23.96%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C66884 (or 0xC66884) is known color: Charm. HEX triplet: C6, 68 and 84. RGB value is (198,104,132). Sum of RGB (Red+Green+Blue) = 198+104+132=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C66884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66884 is #39977B. Grayscale: #878787. Windows color (decimal): -3774332 or 8677574. OLE color: 8677574.

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

Color convert

RGB 198 104 132 -
CMYK 0 0.47 0.33 0.22
HSL 342.13º 0.45% 0.59% -
HSV(B) 342.13º 0.47% 0.78% -
XYZ 32.4 23.57 24.67 -
YUV 135.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 198 104 132 0 0.47 0.33 0.22 342.13 0.45 0.59
Hex C6 68 84 0 2F 21 16 156 2D 3B
Octal 306 150 204 0 57 41 26 526 55 73
Binary 11000110 1101000 10000100 0 101111 100001 10110 101010110 101101 111011

Color Harmonies of #C66884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66884

Black with #C66884

Text Example


Text Example

White with #C66884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66884; }

 p { color: rgb(198,104,132); }

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

background-color css

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

 a { background-color: rgb(198,104,132); }

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

border-color css

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

 span { border-color: rgb(198,104,132); }

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