Html Css Color HEX #C66982 Charm

📋 copy color: '#C66982'

red 198 ◦ green 105 ◦ blue 130

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

Shades of Charm #C66982

Tints of Charm #C66982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.25%

 BLUE value IS 130 (51.17% from 255) = 30.02%

R = 45.73%
G = 24.25%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C66982 (or 0xC66982) is known color: Charm. HEX triplet: C6, 69 and 82. RGB value is (198,105,130). Sum of RGB (Red+Green+Blue) = 198+105+130=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C66982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66982 is #39967D. Grayscale: #878787. Windows color (decimal): -3774078 or 8546758. OLE color: 8546758.

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

Color convert

RGB 198 105 130 -
CMYK 0 0.47 0.34 0.22
HSL 343.87º 0.45% 0.59% -
HSV(B) 343.87º 0.47% 0.78% -
XYZ 32.37 23.72 23.99 -
YUV 135.66 124.81 172.47 -
System Red Green Blue C M Y K H S L
Decimal 198 105 130 0 0.47 0.34 0.22 343.87 0.45 0.59
Hex C6 69 82 0 2F 22 16 158 2D 3B
Octal 306 151 202 0 57 42 26 530 55 73
Binary 11000110 1101001 10000010 0 101111 100010 10110 101011000 101101 111011

Color Harmonies of #C66982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66982

Black with #C66982

Text Example


Text Example

White with #C66982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66982; }

 p { color: rgb(198,105,130); }

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

background-color css

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

 a { background-color: rgb(198,105,130); }

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

border-color css

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

 span { border-color: rgb(198,105,130); }

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