Html Css Color HEX #C66280 Charm

📋 copy color: '#C66280'

red 198 ◦ green 98 ◦ blue 128

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

Shades of Charm #C66280

Tints of Charm #C66280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.11%

 BLUE value IS 128 (50.39% from 255) = 30.19%

R = 46.7%
G = 23.11%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C66280 (or 0xC66280) is known color: Charm. HEX triplet: C6, 62 and 80. RGB value is (198,98,128). Sum of RGB (Red+Green+Blue) = 198+98+128=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C66280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66280 is #399D7F. Grayscale: #838383. Windows color (decimal): -3775872 or 8413894. OLE color: 8413894.

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

Color convert

RGB 198 98 128 -
CMYK 0 0.51 0.35 0.22
HSL 342º 0.47% 0.58% -
HSV(B) 342º 0.51% 0.78% -
XYZ 31.55 22.3 23.06 -
YUV 131.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 198 98 128 0 0.51 0.35 0.22 342 0.47 0.58
Hex C6 62 80 0 33 23 16 156 2F 3A
Octal 306 142 200 0 63 43 26 526 57 72
Binary 11000110 1100010 10000000 0 110011 100011 10110 101010110 101111 111010

Color Harmonies of #C66280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66280

Black with #C66280

Text Example


Text Example

White with #C66280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66280; }

 p { color: rgb(198,98,128); }

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

background-color css

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

 a { background-color: rgb(198,98,128); }

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

border-color css

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

 span { border-color: rgb(198,98,128); }

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