Html Css Color HEX #C66880 Charm

📋 copy color: '#C66880'

red 198 ◦ green 104 ◦ blue 128

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

Shades of Charm #C66880

Tints of Charm #C66880

RGB

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

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

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

R = 46.05%
G = 24.19%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C66880 (or 0xC66880) is known color: Charm. HEX triplet: C6, 68 and 80. RGB value is (198,104,128). Sum of RGB (Red+Green+Blue) = 198+104+128=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C66880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66880 is #39977F. Grayscale: #868686. Windows color (decimal): -3774336 or 8415430. OLE color: 8415430.

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

Color convert

RGB 198 104 128 -
CMYK 0 0.47 0.35 0.22
HSL 344.68º 0.45% 0.59% -
HSV(B) 344.68º 0.47% 0.78% -
XYZ 32.14 23.46 23.26 -
YUV 134.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 198 104 128 0 0.47 0.35 0.22 344.68 0.45 0.59
Hex C6 68 80 0 2F 23 16 159 2D 3B
Octal 306 150 200 0 57 43 26 531 55 73
Binary 11000110 1101000 10000000 0 101111 100011 10110 101011001 101101 111011

Color Harmonies of #C66880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66880

Black with #C66880

Text Example


Text Example

White with #C66880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66880; }

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

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

background-color css

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

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

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

border-color css

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

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

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