Html Css Color HEX #C66680 Charm

📋 copy color: '#C66680'

red 198 ◦ green 102 ◦ blue 128

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

Shades of Charm #C66680

Tints of Charm #C66680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.83%

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

R = 46.26%
G = 23.83%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C66680 (or 0xC66680) is known color: Charm. HEX triplet: C6, 66 and 80. RGB value is (198,102,128). Sum of RGB (Red+Green+Blue) = 198+102+128=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C66680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66680 is #39997F. Grayscale: #858585. Windows color (decimal): -3774848 or 8414918. OLE color: 8414918.

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

Color convert

RGB 198 102 128 -
CMYK 0 0.48 0.35 0.22
HSL 343.75º 0.46% 0.59% -
HSV(B) 343.75º 0.48% 0.78% -
XYZ 31.94 23.07 23.19 -
YUV 133.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 198 102 128 0 0.48 0.35 0.22 343.75 0.46 0.59
Hex C6 66 80 0 30 23 16 158 2E 3B
Octal 306 146 200 0 60 43 26 530 56 73
Binary 11000110 1100110 10000000 0 110000 100011 10110 101011000 101110 111011

Color Harmonies of #C66680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66680

Black with #C66680

Text Example


Text Example

White with #C66680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66680; }

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

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

background-color css

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

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

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

border-color css

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

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

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