Html Css Color HEX #C66481 Charm

📋 copy color: '#C66481'

red 198 ◦ green 100 ◦ blue 129

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

Shades of Charm #C66481

Tints of Charm #C66481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.42%

 BLUE value IS 129 (50.78% from 255) = 30.21%

R = 46.37%
G = 23.42%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C66481 (or 0xC66481) is known color: Charm. HEX triplet: C6, 64 and 81. RGB value is (198,100,129). Sum of RGB (Red+Green+Blue) = 198+100+129=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C66481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66481 is #399B7E. Grayscale: #848484. Windows color (decimal): -3775359 or 8479942. OLE color: 8479942.

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

Color convert

RGB 198 100 129 -
CMYK 0 0.49 0.35 0.22
HSL 342.24º 0.46% 0.58% -
HSV(B) 342.24º 0.49% 0.78% -
XYZ 31.81 22.71 23.47 -
YUV 132.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 198 100 129 0 0.49 0.35 0.22 342.24 0.46 0.58
Hex C6 64 81 0 31 23 16 156 2E 3A
Octal 306 144 201 0 61 43 26 526 56 72
Binary 11000110 1100100 10000001 0 110001 100011 10110 101010110 101110 111010

Color Harmonies of #C66481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66481

Black with #C66481

Text Example


Text Example

White with #C66481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66481; }

 p { color: rgb(198,100,129); }

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

background-color css

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

 a { background-color: rgb(198,100,129); }

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

border-color css

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

 span { border-color: rgb(198,100,129); }

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